C# Class BoxInformation.Logging.TextFileLogger

Inheritance: ILogger
Afficher le fichier Open project: NathanGloyn/Is-your-code-SOLID

Méthodes publiques

Méthode Description
Log ( string message ) : void
TextFileLogger ( string logPath ) : System.IO

Method Details

Log() public méthode

public Log ( string message ) : void
message string
Résultat void

TextFileLogger() public méthode

public TextFileLogger ( string logPath ) : System.IO
logPath string
Résultat System.IO