Trace

Trace struct

Provides interface to access debugger trace (if any). Works in Debug mode only. This is a static type with no instance services. You should never create instances of it by any means.

class Trace

Methods

MethodDescription
static void Flush()Flushes the output buffer, and causes buffered data to be written to the listeners.
static void WriteLine(const String&)Writes line to debugger trace.

See Also