C# Class Mosa.Compiler.Trace.CompilerTrace

显示文件 Open project: tgiphil/MOSA-Project Class Usage Examples

Public Methods

Method Description
CompilerTrace ( ) : Mosa.Compiler.Trace.BuiltIn
NewCompilerTraceEvent ( CompilerEvent compilerEvent, string message, int threadID ) : void
NewTraceLog ( TraceLog traceLog ) : void
UpdatedCompilerProgress ( int totalMethods, int completedMethods ) : void

Method Details

CompilerTrace() public method

public CompilerTrace ( ) : Mosa.Compiler.Trace.BuiltIn
return Mosa.Compiler.Trace.BuiltIn

NewCompilerTraceEvent() public method

public NewCompilerTraceEvent ( CompilerEvent compilerEvent, string message, int threadID ) : void
compilerEvent CompilerEvent
message string
threadID int
return void

NewTraceLog() public method

public NewTraceLog ( TraceLog traceLog ) : void
traceLog TraceLog
return void

UpdatedCompilerProgress() public method

public UpdatedCompilerProgress ( int totalMethods, int completedMethods ) : void
totalMethods int
completedMethods int
return void