Свойство | Тип | Описание | |
---|---|---|---|
Instance |
Метод | Описание | |
---|---|---|
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 |
Результат | 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. |
Результат | void |