Enhanced C#
Loyc library documentation
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events Pages
Public static fields | Public Member Functions | List of all members
Loyc.TraceMessageSink Class Reference

Sends all messages to System.Diagnostics.Trace.WriteLine(string). More...


Source file:
Inheritance diagram for Loyc.TraceMessageSink:
Loyc.IMessageSink

Remarks

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...
 

Member Function Documentation

bool Loyc.TraceMessageSink.IsEnabled ( Severity  type)
inline

Always returns true.