|
Enhanced C#
Loyc library documentation
|
Sends all messages to System.Diagnostics.Trace.WriteLine(string). More...
Sends all messages to System.Diagnostics.Trace.WriteLine(string).
Public static fields | |
| static readonly TraceMessageSink | Value = new TraceMessageSink() |
Public Member Functions | |
| void | Write (Severity type, object?context, string format) |
| void | Write (Severity type, object?context, string format, object?arg0, object?arg1=null) |
| void | Write (Severity type, object?context, string format, params object?[] args) |
| void | WriteCore (Severity type, object?context, string text) |
| bool | IsEnabled (Severity type) |
| Always returns true. More... | |
|
inline |
Always returns true.
1.8.7