mvm_log_rawT_mvm_log_rawMvmLogRawMvmLogRaw (Operator)

Name

mvm_log_rawT_mvm_log_rawMvmLogRawMvmLogRaw — Send a raw log message to a client.

Signature

mvm_log_raw( : : LoggerHandle, Level, FormatRaw, Args : )

Herror T_mvm_log_raw(const Htuple LoggerHandle, const Htuple Level, const Htuple FormatRaw, const Htuple Args)

void MvmLogRaw(const HTuple& LoggerHandle, const HTuple& Level, const HTuple& FormatRaw, const HTuple& Args)

static void HHdevguiServerExtpack.MvmLogRaw(HTuple loggerHandle, HTuple level, HTuple formatRaw, HTuple args)

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:

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

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