C# Class Microsoft.Fast.FastLog

Mostrar archivo Open project: AutomataDotNet/Automata Class Usage Examples

Public Methods

Method Description
FastLog ( ) : System
FastLog ( TextWriter tw ) : System
Reset ( ) : void
SetTextWriter ( TextWriter textw ) : void
WriteLog ( LogLevel lv, string s ) : void
setLogLevel ( LogLevel lv ) : void

Method Details

FastLog() public method

public FastLog ( ) : System
return System

FastLog() public method

public FastLog ( TextWriter tw ) : System
tw System.IO.TextWriter
return System

Reset() public method

public Reset ( ) : void
return void

SetTextWriter() public method

public SetTextWriter ( TextWriter textw ) : void
textw System.IO.TextWriter
return void

WriteLog() public method

public WriteLog ( LogLevel lv, string s ) : void
lv LogLevel
s string
return void

setLogLevel() public method

public setLogLevel ( LogLevel lv ) : void
lv LogLevel
return void