C# Class System.Diagnostics.Trace

Datei anzeigen Open project: dotnet/corefx Class Usage Examples

Public Methods

Method Description
Refresh ( ) : void

Private Methods

Method Description
Assert ( bool condition ) : void
Assert ( bool condition, string message ) : void
Assert ( bool condition, string message, string detailMessage ) : void
Close ( ) : void
Fail ( string message ) : void
Fail ( string message, string detailMessage ) : void
Flush ( ) : void
Indent ( ) : void
Trace ( )
Trace ( ) : System
TraceError ( string message ) : void
TraceInformation ( string message ) : void
TraceWarning ( string message ) : void
Unindent ( ) : void
Write ( object value ) : void
Write ( object value, string category ) : void
Write ( string message ) : void
Write ( string message, string category ) : void
WriteIf ( bool condition, object value ) : void
WriteIf ( bool condition, object value, string category ) : void
WriteIf ( bool condition, string message ) : void
WriteIf ( bool condition, string message, string category ) : void
WriteLine ( object value ) : void
WriteLine ( object value, string category ) : void
WriteLine ( string message ) : void
WriteLine ( string message, string category ) : void
WriteLineIf ( bool condition, object value ) : void
WriteLineIf ( bool condition, object value, string category ) : void
WriteLineIf ( bool condition, string message ) : void
WriteLineIf ( bool condition, string message, string category ) : void

Method Details

Refresh() public static method

public static Refresh ( ) : void
return void