Log Tracing


MLogInit
Sets the log level, log window geometry and log filename
MLog
Prints a formatted log string in the log window (and the log file if enabled)
MMaskedLog
Prints a formatted log string in the log window using the context mask
MLogSetLevel
Sets the current log-level
MLogSetMask
Sets the current log mask
MLogGetMask
Retrieves the current log mask containing enabled log contexts
MLogSetMaskBits
Adds bits to the current log mask enabling more log contexts
MLogResetMaskBits
Clears bits in the current log mask disabling some log contexts
Trace
Prints a low level tracing message to the trace file
MSetTraceFileName
Sets the name of the file which to write low level tracing messages
This group includes functions for printing log messages to file and to a window. MGUI provides a run time log printing both to a window and optionally to a file. Logging is filtered using a threshold level and an optional context mask. By default the context mask is disabled.

A lower level tracing to file is also supported for debugging.

alphabetic index hierarchy of classes


MGUI Copyright 1996-2000 Vincenzo Morello

generated by doc++