C# 클래스 Loyc.TraceMessageSink

Sends all messages to System.Diagnostics.Trace.WriteLine(string).
상속: IMessageSink
파일 보기 프로젝트 열기: qwertie/ecsharp

공개 프로퍼티들

프로퍼티 타입 설명
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