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

Static Public Member Functions

static ASPOSECPP_SHARED_API void WriteLine (const String &message)
 Writes line to debugger trace. More...
 
static ASPOSECPP_SHARED_API 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 ASPOSECPP_SHARED_API void System::Diagnostics::Trace::Flush ( )
static

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

◆ WriteLine()

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

Writes line to debugger trace.

Parameters
messageMessage to send to debugger.