CodePorting.Translator Cs2Cpp
CodePorting.Translator.Cs2Cpp.Framework
|
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. More...
#include <trace.h>
Static Public Member Functions | |
static void | WriteLine (const String &message) |
Writes line to debugger trace. More... | |
static void | Flush () |
Flushes the output buffer, and causes buffered data to be written to the listeners. More... | |
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.
|
static |
Flushes the output buffer, and causes buffered data to be written to the listeners.
|
static |
Writes line to debugger trace.
message | Message to send to debugger. |