C# Class StopWatch.Logging.Logger

Afficher le fichier Open project: carstengehling/jirastopwatch

Méthodes publiques

Méthode Description
Log ( string message, Exception exception = null ) : void

Private Methods

Méthode Description
GetStreamWriter ( ) : StreamWriter
LogfileMustBeRotated ( ) : bool
Logger ( ) : System
RotateLogs ( ) : void

Method Details

Log() public méthode

public Log ( string message, Exception exception = null ) : void
message string
exception System.Exception
Résultat void