C# Class uREPL.Log

Exibir arquivo Open project: hecomi/uREPL Class Usage Examples

Public Methods

Method Description
Error ( string log ) : void
Initialize ( ) : void
Output ( string log ) : void
Output ( string log, Level level, StackFrame frame ) : void
Warn ( string log ) : void

Method Details

Error() public static method

public static Error ( string log ) : void
log string
return void

Initialize() public static method

public static Initialize ( ) : void
return void

Output() public static method

public static Output ( string log ) : void
log string
return void

Output() public static method

public static Output ( string log, Level level, StackFrame frame ) : void
log string
level Level
frame System.Diagnostics.StackFrame
return void

Warn() public static method

public static Warn ( string log ) : void
log string
return void