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

Inheritance: System.Diagnostics.TraceListener
Afficher le fichier Open project: aws/aws-sdk-net Class Usage Examples

Méthodes publiques

Méthode 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

Méthode Description
LogMessage ( string message, TraceEventType eventType ) : void

Method Details

Fail() public méthode

public Fail ( string message ) : void
message string
Résultat void

Fail() public méthode

public Fail ( string message, string detailMessage ) : void
message string
detailMessage string
Résultat void

TraceData() public méthode

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

TraceData() public méthode

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
Résultat void

TraceEvent() public méthode

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
Résultat void

UnityDebugTraceListener() public méthode

public UnityDebugTraceListener ( ) : System
Résultat System

UnityDebugTraceListener() public méthode

public UnityDebugTraceListener ( string name ) : System
name string
Résultat System

Write() public méthode

public Write ( object o ) : void
o object
Résultat void

Write() public méthode

public Write ( string message ) : void
message string
Résultat void

WriteLine() public méthode

public WriteLine ( object o ) : void
o object
Résultat void

WriteLine() public méthode

public WriteLine ( object o, string category ) : void
o object
category string
Résultat void

WriteLine() public méthode

public WriteLine ( string message ) : void
message string
Résultat void