Method | Description | |
---|---|---|
Log ( ILogEntry entry ) : void |
Logs the specified log entry.
|
|
MakeLogEntry ( LogLevel level, string message, |
Makes a ILogEntry object from the specified parameters.
|
public abstract Log ( ILogEntry entry ) : void | ||
entry | ILogEntry | The entry to log. |
return | void |
public MakeLogEntry ( LogLevel level, string message, |
||
level | LogLevel | The trace level. |
message | string | The message object. |
exception | The exception. | |
return | ILogEntry |