C# Class Catel.Logging.LogManager.LogInfo

Class containing log info.
ファイルを表示 Open project: Catel/Catel

Public Methods

Method Description
IsLogEventEnabled ( LogEvent logEvent ) : bool

Determines whether the specified log event is enabled.

Private Methods

Method Description
UpdateLogInfo ( ) : void

Updates the log info.

Method Details

IsLogEventEnabled() public static method

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