C# Class Microsoft.Fast.FastLog

Afficher le fichier Open project: AutomataDotNet/Automata Class Usage Examples

Méthodes publiques

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

public FastLog ( ) : System
Résultat System

FastLog() public méthode

public FastLog ( TextWriter tw ) : System
tw System.IO.TextWriter
Résultat System

Reset() public méthode

public Reset ( ) : void
Résultat void

SetTextWriter() public méthode

public SetTextWriter ( TextWriter textw ) : void
textw System.IO.TextWriter
Résultat void

WriteLog() public méthode

public WriteLog ( LogLevel lv, string s ) : void
lv LogLevel
s string
Résultat void

setLogLevel() public méthode

public setLogLevel ( LogLevel lv ) : void
lv LogLevel
Résultat void