C# Class m.Logging.TextWriterLogger

Inheritance: LoggingProvider.ILogger
Datei anzeigen Open project: joongonn/mHttp

Public Methods

Method Description
Debug ( string msg ) : void
Error ( string msg ) : void
Fatal ( string msg ) : void
Info ( string msg ) : void
TextWriterLogger ( TextWriter writer ) : System
Warn ( string msg ) : void

Private Methods

Method Description
Log ( string level, string msg ) : void

Method Details

Debug() public method

public Debug ( string msg ) : void
msg string
return void

Error() public method

public Error ( string msg ) : void
msg string
return void

Fatal() public method

public Fatal ( string msg ) : void
msg string
return void

Info() public method

public Info ( string msg ) : void
msg string
return void

TextWriterLogger() public method

public TextWriterLogger ( TextWriter writer ) : System
writer System.IO.TextWriter
return System

Warn() public method

public Warn ( string msg ) : void
msg string
return void