2#ifndef _aspose_system_diagnostics_trace_listener_
3#define _aspose_system_diagnostics_trace_listener_
5#include "system/object.h"
6#include "system/string.h"
8namespace System {
namespace Diagnostics {
Interface to react to debug and trace infofmation. Objects of this class should only be allocated usi...
Definition: trace_listener.h:15
virtual void WriteLine(System::String message)
Writes line to debugger.
virtual void Write(System::String message)
RTTI information.
virtual void Fail(System::String message)
Writes failure message to debugger.
virtual void Fail(System::String message, System::String detailMessage)
Writes failure message to debugger.
Base class that enables using methods available for System.Object class in C#. All non-trivial classe...
Definition: object.h:62
String class used across the library. Is a substitute for C# System.String when translating code....
Definition: string.h:122
Definition: db_command.h:9