Discards all messages. However, there is a Count property that increases by one with each message received, as well as an ErrorCount.
More...
Discards all messages. However, there is a Count property that increases by one with each message received, as well as an ErrorCount.
|
void | ResetCountersToZero () |
|
void | Write (Severity level) |
|
void | Write (Severity level, object context, string format) |
|
void | Write (Severity level, object context, string format, object arg0, object arg1=null) |
|
void | Write (Severity level, object context, string format, params object[] args) |
|
bool | IsEnabled (Severity level) |
| Always returns false. More...
|
|
void | Write (Severity level, TContext context, [Localizable] string format) |
| Writes a message to the target that this object represents. More...
|
|
void | Write (Severity level, TContext context, [Localizable] string format, object arg0, object arg1=null) |
|
void | Write (Severity level, TContext context, [Localizable] string format, params object[] args) |
|