void MMaskedLog (int level, CARD32 mask, const char *fmt, ...)

Prints a formatted log string in the log window using the context mask

Documentation

Prints a formatted log string in the log window using the context mask. You can call this function anywhere in your MGUI program, provided your calling method belongs to a class that inherits from CmMGUI. The log string is actually printed only if conditions for both the log-level and the context mask are satisfied.

Parameters:
level - Log level associated with the call. For the string to be printed this value must be higher than or equal to the current log-level.
mask - Context mask associated with the call. You can specify up to 32 different contexts for log masking. For the string to be printed this value must contain at least one bit of the current log-mask.
fmt - A format string with sprintf syntax.
See Also:
MLogInit, MLogSetLevel, MLog, MLogSetMask, MLogSetMaskBits, MLogResetMaskBits

alphabetic index hierarchy of classes


MGUI Copyright 1996-2000 Vincenzo Morello

generated by doc++