C# Class Mosa.Compiler.Trace.TraceLog

Exibir arquivo Open project: tgiphil/MOSA-Project Class Usage Examples

Public Methods

Method Description
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

Protected Methods

Method Description
TraceLog ( TraceType type ) : System.Collections.Generic

Method Details

Log() public method

public Log ( ) : void
return void

Log() public method

public Log ( IEnumerable lines ) : void
lines IEnumerable
return void

Log() public method

public Log ( string line ) : void
line string
return void

ToString() public method

public ToString ( ) : string
return string

TraceLog() protected method

protected TraceLog ( TraceType type ) : System.Collections.Generic
type TraceType
return System.Collections.Generic

TraceLog() public method

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
return System.Collections.Generic

TraceLog() public method

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

TraceLog() public method

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
return System.Collections.Generic