|
Enhanced C#
Loyc library documentation
|
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.
Public static fields | |
| static readonly NullMessageSink | Value = new NullMessageSink() |
Properties | |
| int | Count [get] |
| Total number of messages that have been discarded. More... | |
| int | ErrorCount [get] |
| Number of errors sent to this object so far, not including detail messages. More... | |
| bool | IsEmpty [get] |
Properties inherited from Loyc.Collections.ICount | |
| int | Count [get] |
| Gets the number of items in the collection. More... | |
Public Member Functions | |
| 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... | |
| bool Loyc.NullMessageSink.IsEnabled | ( | Severity | level | ) |
Always returns false.
|
get |
Total number of messages that have been discarded.
|
get |
Number of errors sent to this object so far, not including detail messages.
1.8.7