mvm_log_rawT_mvm_log_rawMvmLogRawMvmLogRaw (Operator)
Name
mvm_log_rawT_mvm_log_rawMvmLogRawMvmLogRaw — Send a raw log message to a client.
Signature
Description
Formats and sends a log message in FormatRawFormatRawFormatRawFormatRawformatRaw. The message will not be escaped: For example, the string '<hr>' will appear as horizontal ruler in the web page. Use mvm_log_linemvm_log_lineMvmLogLineMvmLogLineMvmLogLine if you need escaping.
LevelLevelLevelLevellevel is the severity level of the log message. It should be one of the following:
-
'error'"error""error""error""error"
-
'warn'"warn""warn""warn""warn"
-
'info'"info""info""info""info"
-
'debug'"debug""debug""debug""debug"
Only log messages where this level is higher than the level specified during mvm_open_loggermvm_open_loggerMvmOpenLoggerMvmOpenLoggerMvmOpenLogger are handled.
The actual log message must be provided as string in FormatRawFormatRawFormatRawFormatRawformatRaw.
Currently the parameter ArgsArgsArgsArgsargs is not supported and must be empty.
Execution Information
- Multithreading type: reentrant (runs in parallel with non-exclusive operators).
- Multithreading scope: global (may be called from any thread).
- Processed without parallelization.
Parameters
LoggerHandleLoggerHandleLoggerHandleLoggerHandleloggerHandle (input_control) lexicon(-array) → HTupleHTupleHtuple (handle) (IntPtr) (HHandle) (handle)
Logger handle
LevelLevelLevelLevellevel (input_control) string → HTupleHTupleHtuple (string) (string) (HString) (char*)
logging level
Default value:
'info'
"info"
"info"
"info"
"info"
List of values: 'debug'"debug""debug""debug""debug", 'error'"error""error""error""error", 'info'"info""info""info""info", 'warn'"warn""warn""warn""warn"
FormatRawFormatRawFormatRawFormatRawformatRaw (input_control) string(-array) → HTupleHTupleHtuple (string) (string) (HString) (char*)
Composite raw format string
ArgsArgsArgsArgsargs (input_control) string(-array) → HTupleHTupleHtuple (string / integer / real) (string / int / long / double) (HString / Hlong / double) (char* / Hlong / double)
Arguments to log using Format
See also
mvm_gui_send_tuplemvm_gui_send_tupleMvmGuiSendTupleMvmGuiSendTupleMvmGuiSendTuple
Module
Foundation