C# Class System.Diagnostics.TraceInternal

Mostra file Open project: dotnet/corefx Class Usage Examples

Private Properties

Property Type Description
InitializeSettings void
Refresh void
SetIndentSize void

Public 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
TraceEvent ( TraceEventType eventType, int id, string format ) : 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

Private Methods

Method Description
InitializeSettings ( ) : void
Refresh ( ) : void
SetIndentSize ( int value ) : void

Method Details

Assert() public static method

public static Assert ( bool condition ) : void
condition bool
return void

Assert() public static method

public static Assert ( bool condition, string message ) : void
condition bool
message string
return void

Assert() public static method

public static Assert ( bool condition, string message, string detailMessage ) : void
condition bool
message string
detailMessage string
return void

Close() public static method

public static Close ( ) : void
return void

Fail() public static method

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

Fail() public static method

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

Flush() public static method

public static Flush ( ) : void
return void

Indent() public static method

public static Indent ( ) : void
return void

TraceEvent() public static method

public static TraceEvent ( TraceEventType eventType, int id, string format ) : void
eventType TraceEventType
id int
format string
return void

Unindent() public static method

public static Unindent ( ) : void
return void

Write() public static method

public static Write ( object value ) : void
value object
return void

Write() public static method

public static Write ( object value, string category ) : void
value object
category string
return void

Write() public static method

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

Write() public static method

public static Write ( string message, string category ) : void
message string
category string
return void

WriteIf() public static method

public static WriteIf ( bool condition, object value ) : void
condition bool
value object
return void

WriteIf() public static method

public static WriteIf ( bool condition, object value, string category ) : void
condition bool
value object
category string
return void

WriteIf() public static method

public static WriteIf ( bool condition, string message ) : void
condition bool
message string
return void

WriteIf() public static method

public static WriteIf ( bool condition, string message, string category ) : void
condition bool
message string
category string
return void

WriteLine() public static method

public static WriteLine ( object value ) : void
value object
return void

WriteLine() public static method

public static WriteLine ( object value, string category ) : void
value object
category string
return void

WriteLine() public static method

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

WriteLine() public static method

public static WriteLine ( string message, string category ) : void
message string
category string
return void

WriteLineIf() public static method

public static WriteLineIf ( bool condition, object value ) : void
condition bool
value object
return void

WriteLineIf() public static method

public static WriteLineIf ( bool condition, object value, string category ) : void
condition bool
value object
category string
return void

WriteLineIf() public static method

public static WriteLineIf ( bool condition, string message ) : void
condition bool
message string
return void

WriteLineIf() public static method

public static WriteLineIf ( bool condition, string message, string category ) : void
condition bool
message string
category string
return void