void Trace (const char *fmt, ...)

Prints a low level tracing message to the trace file

Documentation

Prints a low level tracing message to the trace file. Messages printed via this function are not directed to the log window. Rather they go directly to the trace file (default name is trace.log) created in the current directory of the program. The trace file is open, written and closed at any call to this function, so it's recommended to use it only for low level debugging in case the MLog() function is not suitable.

Parameters:
fmt - A format string with sprintf syntax.
See Also:
MSetTraceFileName, MLog, MMaskedLog

alphabetic index hierarchy of classes


MGUI Copyright 1996-2000 Vincenzo Morello

generated by doc++