C# Class Loyc.TraceMessageSink

Sends all messages to System.Diagnostics.Trace.WriteLine(string).
Inheritance: IMessageSink
Afficher le fichier Open project: qwertie/ecsharp

Méthodes publiques

Свойство Type Description
Value TraceMessageSink

Méthodes publiques

Méthode Description
IsEnabled ( Severity type ) : bool

Always returns true.

Write ( Severity type, object context, string format ) : void
Write ( Severity type, object context, string format, object arg0, object arg1 = null ) : void
WriteCore ( Severity type, object context, string text ) : void

Method Details

IsEnabled() public méthode

Always returns true.
public IsEnabled ( Severity type ) : bool
type Severity
Résultat bool

Write() public méthode

public Write ( Severity type, object context, string format ) : void
type Severity
context object
format string
Résultat void

Write() public méthode

public Write ( Severity type, object context, string format, object arg0, object arg1 = null ) : void
type Severity
context object
format string
arg0 object
arg1 object
Résultat void

WriteCore() public méthode

public WriteCore ( Severity type, object context, string text ) : void
type Severity
context object
text string
Résultat void

Property Details

Value public_oe static_oe property

public static TraceMessageSink,Loyc Value
Résultat TraceMessageSink