C# Class HomeAutomation.Logging.Writer.ConsoleLogWriter

Inheritance: ILogWriter
Afficher le fichier Open project: moszinet/HomeAutomation

Méthodes publiques

Méthode Description
Log ( string message, LogLevel logLevel, ILogFormatter logFormatter ) : void

Method Details

Log() public méthode

public Log ( string message, LogLevel logLevel, ILogFormatter logFormatter ) : void
message string
logLevel LogLevel
logFormatter ILogFormatter
Résultat void