C# Class Catel.Logging.LogManager.LogInfo

Class containing log info.
Afficher le fichier Open project: Catel/Catel

Méthodes publiques

Méthode Description
IsLogEventEnabled ( LogEvent logEvent ) : bool

Determines whether the specified log event is enabled.

Private Methods

Méthode Description
UpdateLogInfo ( ) : void

Updates the log info.

Method Details

IsLogEventEnabled() public static méthode

Determines whether the specified log event is enabled.
public static IsLogEventEnabled ( LogEvent logEvent ) : bool
logEvent LogEvent The log event.
Résultat bool