C# Class System.Diagnostics.TraceListener

Inheritance: IDisposable
Afficher le fichier Open project: dotnet/corefx Class Usage Examples

Méthodes publiques

Méthode Description
Close ( ) : void
Dispose ( ) : void
Fail ( string message ) : void
Fail ( string message, string detailMessage ) : void
Flush ( ) : void
TraceData ( System eventCache, string source, System eventType, int id ) : void
TraceData ( System eventCache, string source, System eventType, int id, object data ) : void
TraceData ( TraceEventCache eventCache, String source, TraceEventType eventType, int id ) : void
TraceData ( TraceEventCache eventCache, String source, TraceEventType eventType, int id, object data ) : void
TraceEvent ( System eventCache, string source, System eventType, int id ) : void
TraceEvent ( System eventCache, string source, System eventType, int id, string message ) : void
TraceEvent ( TraceEventCache eventCache, String source, TraceEventType eventType, int id ) : void
TraceEvent ( TraceEventCache eventCache, String source, TraceEventType eventType, int id, string message ) : void
TraceTransfer ( TraceEventCache eventCache, String source, int id, string message, Guid relatedActivityId ) : void
TraceTransfer ( TraceEventCache eventCache, string source, int id, string message, Guid relatedActivityId ) : void
Write ( object o ) : void
Write ( object o, string category ) : void
Write ( string message ) : void
Write ( string message, string category ) : void
WriteLine ( object o ) : void
WriteLine ( object o, string category ) : void
WriteLine ( string message ) : void
WriteLine ( string message, string category ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void
GetSupportedAttributes ( ) : string[]
TraceListener ( )
TraceListener ( string name )
TraceListener ( ) : System
TraceListener ( string name ) : System
WriteIndent ( ) : void

Private Methods

Méthode Description
IsEnabled ( TraceOptions opts ) : bool
WriteFooter ( TraceEventCache eventCache ) : void
WriteHeader ( String source, TraceEventType eventType, int id ) : void

Method Details

Close() public méthode

public Close ( ) : void
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

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

Flush() public méthode

public Flush ( ) : void
Résultat void

GetSupportedAttributes() protected méthode

protected GetSupportedAttributes ( ) : string[]
Résultat string[]

TraceData() public méthode

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

TraceData() public méthode

public TraceData ( System eventCache, string source, System eventType, int id, object data ) : void
eventCache System
source string
eventType System
id int
data object
Résultat void

TraceData() public méthode

public TraceData ( TraceEventCache eventCache, String source, TraceEventType eventType, int id ) : void
eventCache 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 TraceEventCache
source String
eventType TraceEventType
id int
data object
Résultat void

TraceEvent() public méthode

public TraceEvent ( System eventCache, string source, System eventType, int id ) : void
eventCache System
source string
eventType System
id int
Résultat void

TraceEvent() public méthode

public TraceEvent ( System eventCache, string source, System eventType, int id, string message ) : void
eventCache System
source string
eventType System
id int
message string
Résultat void

TraceEvent() public méthode

public TraceEvent ( TraceEventCache eventCache, String source, TraceEventType eventType, int id ) : void
eventCache TraceEventCache
source String
eventType TraceEventType
id int
Résultat void

TraceEvent() public méthode

public TraceEvent ( TraceEventCache eventCache, String source, TraceEventType eventType, int id, string message ) : void
eventCache TraceEventCache
source String
eventType TraceEventType
id int
message string
Résultat void

TraceListener() protected méthode

protected TraceListener ( )

TraceListener() protected méthode

protected TraceListener ( string name )
name string

TraceListener() protected méthode

protected TraceListener ( ) : System
Résultat System

TraceListener() protected méthode

protected TraceListener ( string name ) : System
name string
Résultat System

TraceTransfer() public méthode

public TraceTransfer ( TraceEventCache eventCache, String source, int id, string message, Guid relatedActivityId ) : void
eventCache TraceEventCache
source String
id int
message string
relatedActivityId Guid
Résultat void

TraceTransfer() public méthode

public TraceTransfer ( TraceEventCache eventCache, string source, int id, string message, Guid relatedActivityId ) : void
eventCache TraceEventCache
source string
id int
message string
relatedActivityId Guid
Résultat void

Write() public méthode

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

Write() public méthode

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

Write() public abstract méthode

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

Write() public méthode

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

WriteIndent() protected méthode

protected WriteIndent ( ) : void
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 abstract méthode

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

WriteLine() public méthode

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