C# Class Amazon.Runtime.Internal.Util.UnityDebugTraceListener

Inheritance: System.Diagnostics.TraceListener
Mostra file Open project: aws/aws-sdk-net Class Usage Examples

Public Methods

Method Description
Fail ( string message ) : void
Fail ( string message, string detailMessage ) : void
TraceData ( TraceEventCache eventCache, string source, TraceEventType eventType, int id ) : void
TraceData ( TraceEventCache eventCache, string source, TraceEventType eventType, int id, object data ) : void
TraceEvent ( TraceEventCache eventCache, string source, TraceEventType eventType, int id, string format ) : void
UnityDebugTraceListener ( ) : System
UnityDebugTraceListener ( string name ) : System
Write ( object o ) : void
Write ( string message ) : void
WriteLine ( object o ) : void
WriteLine ( object o, string category ) : void
WriteLine ( string message ) : void

Private Methods

Method Description
LogMessage ( string message, TraceEventType eventType ) : void

Method Details

Fail() public method

public Fail ( string message ) : void
message string
return void

Fail() public method

public Fail ( string message, string detailMessage ) : void
message string
detailMessage string
return void

TraceData() public method

public TraceData ( TraceEventCache eventCache, string source, TraceEventType eventType, int id ) : void
eventCache System.Diagnostics.TraceEventCache
source string
eventType TraceEventType
id int
return void

TraceData() public method

public TraceData ( TraceEventCache eventCache, string source, TraceEventType eventType, int id, object data ) : void
eventCache System.Diagnostics.TraceEventCache
source string
eventType TraceEventType
id int
data object
return void

TraceEvent() public method

public TraceEvent ( TraceEventCache eventCache, string source, TraceEventType eventType, int id, string format ) : void
eventCache System.Diagnostics.TraceEventCache
source string
eventType TraceEventType
id int
format string
return void

UnityDebugTraceListener() public method

public UnityDebugTraceListener ( ) : System
return System

UnityDebugTraceListener() public method

public UnityDebugTraceListener ( string name ) : System
name string
return System

Write() public method

public Write ( object o ) : void
o object
return void

Write() public method

public Write ( string message ) : void
message string
return void

WriteLine() public method

public WriteLine ( object o ) : void
o object
return void

WriteLine() public method

public WriteLine ( object o, string category ) : void
o object
category string
return void

WriteLine() public method

public WriteLine ( string message ) : void
message string
return void