void MLog (int level, const char *fmt, ...)

Prints a formatted log string in the log window (and the log file if enabled)

Documentation

Prints a formatted log string in the log window (and the log file if enabled). You can call this function anywhere in your MGUI program, provided your calling method belongs to a class that inherits from CmMGUI.

Parameters:
level - Log level associated with the call. The log string is actually printed only if this value is higher than or equal to the current log-level.
fmt - A format string with sprintf syntax.
See Also:
MLogInit, MLogSetLevel, MMaskedLog, MLogSetMask

alphabetic index hierarchy of classes


MGUI Copyright 1996-2000 Vincenzo Morello

generated by doc++