<< scicos_getvalue Fonctions utilitaires Scilab scicosDiagramToScilab >>

Aide de Scilab >> Xcos > Fonctions utilitaires Scilab > scicos_log

scicos_log

Logger utility for scicos

Syntax

log=scicos_log(log);
log=scicos_log(log, msg);

Arguments

log

String, logger value. The supported values are : "FATAL", "ERROR", "WARNING", "INFO", "DEBUG", "TRACE"

msg

String, the message to log.

Description

This function implements a logger for scicos operation. This function lets the user choose the right level of information to print while loading a model, compiling and simulating it.

Examples

scicos_log("TRACE"),
scicos_log("TRACE", "this is a trace message");

See also


Report an issue
<< scicos_getvalue Fonctions utilitaires Scilab scicosDiagramToScilab >>