Scilab 6.0.0
- Scilabヘルプ
- Xcos
- Scilab Utilities Functions
- %MODELICA_USER_LIBS
- block_parameter_error
- buildouttb
- getModelicaPath
- importXcosDiagram
- loadScicos
- loadXcosLibs
- scicos_debug
- scicos_getvalue
- scicos_log
- standard_inputs
- standard_origin
- standard_outputs
- var2vec
- vec2var
- xcosAddToolsMenu
- xcosPal
- xcosPalAdd
- xcosPalAddBlock
- xcosPalDelete
- xcosPalExport
- xcosPalGenerateAllIcons
- xcosPalMove
- xcosUpdateBlock
Scilabヘルプ >> Xcos > Scilab Utilities Functions > 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
- scicos_debug — Set the level of the Scicos debugging
Comments
Add a comment:
Please login to comment this page.