C# Class FileFind.Meshwork.Logging.FileLogger

Inheritance: ILogger, IDisposable
Datei anzeigen Open project: codebutler/meshwork Class Usage Examples

Public Methods

Method Description
Dispose ( ) : void
FileLogger ( string filename ) : System
FileLogger ( string filename, bool append ) : System
Log ( LogLevel level, string message ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

FileLogger() public method

public FileLogger ( string filename ) : System
filename string
return System

FileLogger() public method

public FileLogger ( string filename, bool append ) : System
filename string
append bool
return System

Log() public method

public Log ( LogLevel level, string message ) : void
level LogLevel
message string
return void