C# Class StopWatch.Logging.Logger

Exibir arquivo Open project: carstengehling/jirastopwatch

Public Methods

Method Description
Log ( string message, Exception exception = null ) : void

Private Methods

Method Description
GetStreamWriter ( ) : StreamWriter
LogfileMustBeRotated ( ) : bool
Logger ( ) : System
RotateLogs ( ) : void

Method Details

Log() public method

public Log ( string message, Exception exception = null ) : void
message string
exception System.Exception
return void