Scilab Home page | Wiki | Bug tracker | Forge | Mailing list archives | ATOMS | File exchange
Please login or create an account
Change language to: Français - Português - Русский - 日本語
Scilab Help >> 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

Scilab Enterprises
Copyright (c) 2011-2015 (Scilab Enterprises)
Copyright (c) 1989-2012 (INRIA)
Copyright (c) 1989-2007 (ENPC)
with contributors
Last updated:
Wed Jun 15 08:27:52 CEST 2016