CodePorting.Translator Cs2Cpp
CodePorting.Translator.Cs2Cpp.Framework
System::Diagnostics::Trace Struct Reference

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...
 

Detailed Description

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.

Member Function Documentation

◆ Flush()

static void System::Diagnostics::Trace::Flush ( )
static

Flushes the output buffer, and causes buffered data to be written to the listeners.

◆ WriteLine()

static void System::Diagnostics::Trace::WriteLine ( const String message)
static

Writes line to debugger trace.

Parameters
messageMessage to send to debugger.