C# Class Mosa.Compiler.Trace.TraceLog

Afficher le fichier Open project: tgiphil/MOSA-Project Class Usage Examples

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode Description
TraceLog ( TraceType type ) : System.Collections.Generic

Method Details

Log() public méthode

public Log ( ) : void
Résultat void

Log() public méthode

public Log ( IEnumerable lines ) : void
lines IEnumerable
Résultat void

Log() public méthode

public Log ( string line ) : void
line string
Résultat void

ToString() public méthode

public ToString ( ) : string
Résultat string

TraceLog() protected méthode

protected TraceLog ( TraceType type ) : System.Collections.Generic
type TraceType
Résultat System.Collections.Generic

TraceLog() public méthode

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
Résultat System.Collections.Generic

TraceLog() public méthode

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

TraceLog() public méthode

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
Résultat System.Collections.Generic