Overview Module Function Class I*Tea 3.6.8 Reference Documentation© 2013 PDM&FC

Function itea-log

itea-log logLevel msgFormat [arg0 ...]

Outputs a message to the logger service.

Parameters:
logLevel - A symbol representing the severity level for the log message. It must be one of EMERGENCY, ALERT, CRITICAL, ERROR, WARNING, NOTICE, INFO, DEBUG.
msgFormat - The string with the message to log. It is expected to follow the Java MessageFormat formating conventions.
arg0 - An argument used from within the msgFormat to create the actual string sent to the loggin service. It must be of a type as expected by the msgFormat formating string.

This function is also usefull for debugging purposes.

Overview Module Function Class ${tea.teadoc.header}
Report a bug or request new features
© 2013