Property | Type | Description | |
---|---|---|---|
Instance |
Method | Description | |
---|---|---|
GetColor ( LogPrio prio ) : ConsoleColor |
Get color for the specified logprio
|
|
Write ( object source, LogPrio prio, string message ) : void |
Logwriters the specified source.
|
public static GetColor ( LogPrio prio ) : ConsoleColor | ||
prio | LogPrio | prio for the log entry |
return | ConsoleColor |
public Write ( object source, LogPrio prio, string message ) : void | ||
source | object | object that wrote the logentry. |
prio | LogPrio | Importance of the log message |
message | string | The message. |
return | void |