C# 클래스 Mosa.Compiler.Trace.TraceLog

파일 보기 프로젝트 열기: tgiphil/MOSA-Project 1 사용 예제들

공개 메소드들

메소드 설명
Log ( ) : void
Log ( IEnumerable lines ) : void
Log ( string line ) : void
ToString ( ) : string
TraceLog ( TraceType type, MosaMethod method, string stage, Mosa.Compiler.Trace.TraceFilter filter ) : System.Collections.Generic
TraceLog ( TraceType type, MosaMethod method, string stage, bool active ) : System.Collections.Generic
TraceLog ( TraceType type, MosaMethod method, string stage, string section, bool active ) : System.Collections.Generic

보호된 메소드들

메소드 설명
TraceLog ( TraceType type ) : System.Collections.Generic

메소드 상세

Log() 공개 메소드

public Log ( ) : void
리턴 void

Log() 공개 메소드

public Log ( IEnumerable lines ) : void
lines IEnumerable
리턴 void

Log() 공개 메소드

public Log ( string line ) : void
line string
리턴 void

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

TraceLog() 보호된 메소드

protected TraceLog ( TraceType type ) : System.Collections.Generic
type TraceType
리턴 System.Collections.Generic

TraceLog() 공개 메소드

public TraceLog ( TraceType type, MosaMethod method, string stage, Mosa.Compiler.Trace.TraceFilter filter ) : System.Collections.Generic
type TraceType
method MosaMethod
stage string
filter Mosa.Compiler.Trace.TraceFilter
리턴 System.Collections.Generic

TraceLog() 공개 메소드

public TraceLog ( TraceType type, MosaMethod method, string stage, bool active ) : System.Collections.Generic
type TraceType
method MosaMethod
stage string
active bool
리턴 System.Collections.Generic

TraceLog() 공개 메소드

public TraceLog ( TraceType type, MosaMethod method, string stage, string section, bool active ) : System.Collections.Generic
type TraceType
method MosaMethod
stage string
section string
active bool
리턴 System.Collections.Generic