Method | Description | |
---|---|---|
TextWriterLogOutput ( |
||
Write ( Log source, LogMessageType type, string msg, object context ) : void |
Writes a single message to the output.
|
public TextWriterLogOutput ( |
||
writer | ||
return | System |
public Write ( Log source, LogMessageType type, string msg, object context ) : void | ||
source | Log | The |
type | LogMessageType | The type of the log message. |
msg | string | The message to write. |
context | object | The context in which this log was written. Usually the primary object the log entry is associated with. |
return | void |