C# Class IKVM.Internal.Tracer

Show file Open project: samskivert/ikvm-monotouch Class Usage Examples

Public Properties

Property Type Description
ClassLoading TraceSwitch
Compiler TraceSwitch
FxBug TraceSwitch
Jni TraceSwitch
Runtime TraceSwitch
Verifier TraceSwitch

Public Methods

Method Description
EnableTraceConsoleListener ( ) : void
HandleMethodTrace ( string name ) : void
IsTracedMethod ( string name ) : bool
SetTraceLevel ( string name ) : void
SetTraceLevel ( string name, TraceLevel level ) : void

Private Methods

Method Description
EnableTraceForDebug ( ) : void
Error ( TraceSwitch traceSwitch, string message ) : void
Info ( TraceSwitch traceSwitch, string message ) : void
Init ( ) : void
MethodInfo ( string message ) : void
Tracer ( ) : System
Warning ( TraceSwitch traceSwitch, string message ) : void
WriteLine ( string message, object p ) : void

Method Details

EnableTraceConsoleListener() public static method

public static EnableTraceConsoleListener ( ) : void
return void

HandleMethodTrace() public static method

public static HandleMethodTrace ( string name ) : void
name string
return void

IsTracedMethod() public static method

public static IsTracedMethod ( string name ) : bool
name string
return bool

SetTraceLevel() public static method

public static SetTraceLevel ( string name ) : void
name string
return void

SetTraceLevel() public static method

public static SetTraceLevel ( string name, TraceLevel level ) : void
name string
level TraceLevel
return void

Property Details

ClassLoading public static property

public static TraceSwitch ClassLoading
return TraceSwitch

Compiler public static property

public static TraceSwitch Compiler
return TraceSwitch

FxBug public static property

public static TraceSwitch FxBug
return TraceSwitch

Jni public static property

public static TraceSwitch Jni
return TraceSwitch

Runtime public static property

public static TraceSwitch Runtime
return TraceSwitch

Verifier public static property

public static TraceSwitch Verifier
return TraceSwitch