C# Class Gymnastika.Common.Logging.FileLogger

Inheritance: ILogger
Afficher le fichier Open project: weiqiyiji/Gymnastika

Méthodes publiques

Méthode Description
IsEnabled ( LogLevel level ) : bool
Log ( LogLevel level, string category, string format ) : void

Method Details

IsEnabled() public méthode

public IsEnabled ( LogLevel level ) : bool
level LogLevel
Résultat bool

Log() public méthode

public Log ( LogLevel level, string category, string format ) : void
level LogLevel
category string
format string
Résultat void