C# Класс Loyc.TraceMessageSink

Sends all messages to System.Diagnostics.Trace.WriteLine(string).
Наследование: IMessageSink
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
Value TraceMessageSink

Открытые методы

Метод Описание
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

Описание методов

IsEnabled() публичный Метод

Always returns true.
public IsEnabled ( Severity type ) : bool
type Severity
Результат bool

Write() публичный Метод

public Write ( Severity type, object context, string format ) : void
type Severity
context object
format string
Результат void

Write() публичный Метод

public Write ( Severity type, object context, string format, object arg0, object arg1 = null ) : void
type Severity
context object
format string
arg0 object
arg1 object
Результат void

WriteCore() публичный Метод

public WriteCore ( Severity type, object context, string text ) : void
type Severity
context object
text string
Результат void

Описание свойств

Value публичное статическое свойство

public static TraceMessageSink,Loyc Value
Результат TraceMessageSink