C# Class Catnap.Logging.Impl.FileLogger

Inheritance: ILogger
Show file Open project: timscott/catnap

Public Methods

Method Description
DeleteLogFile ( ) : void
FileLogger ( string fileName ) : System
LogMessage ( string message ) : void

Private Methods

Method Description
CreateFileIfNotExists ( ) : void
RollFillIfOverSizeLimit ( ) : void

Method Details

DeleteLogFile() public method

public DeleteLogFile ( ) : void
return void

FileLogger() public method

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

LogMessage() public method

public LogMessage ( string message ) : void
message string
return void