Logger utility for scicos
log=scicos_log(log); log=scicos_log(log, msg);
String, logger value. The supported values are : "FATAL", "ERROR", "WARNING", "INFO", "DEBUG", "TRACE"
String, the message to log.
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.