Property | Type | Description | |
---|---|---|---|
Value |
Property | Type | Description | |
---|---|---|---|
_lastColor | ConsoleColor |
Method | Description | |
---|---|---|
ConsoleMessageSink ( ) : System | ||
IsEnabled ( Severity level ) : bool |
Always returns true.
|
|
Write ( Severity level, object context, string format ) : void | ||
Write ( Severity level, object context, string format, object arg0, object arg1 = null ) : void | ||
WriteColoredMessage ( ConsoleColor color, object context, string text ) : void |
Method | Description | |
---|---|---|
PickColor ( Severity level, string &levelText ) : ConsoleColor |
Method | Description | |
---|---|---|
WriteCore ( Severity level, object context, string text ) : void |
protected PickColor ( Severity level, string &levelText ) : ConsoleColor | ||
level | Severity | |
levelText | string | |
return | ConsoleColor |
public Write ( Severity level, object context, string format ) : void | ||
level | Severity | |
context | object | |
format | string | |
return | void |
public Write ( Severity level, object context, string format, object arg0, object arg1 = null ) : void | ||
level | Severity | |
context | object | |
format | string | |
arg0 | object | |
arg1 | object | |
return | void |
public static WriteColoredMessage ( ConsoleColor color, object context, string text ) : void | ||
color | ConsoleColor | |
context | object | |
text | string | |
return | void |
public static ConsoleMessageSink,Loyc Value | ||
return |