Property | Type | Description | |
---|---|---|---|
Instance |
Method | Description | |
---|---|---|
Write ( object source, LogPrio prio, string message ) : void |
Writes everything to null
|
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 |