Méthode | Description | |
---|---|---|
Initialize ( string appLogDirectory, bool dumpToConsole ) : void |
Initializes Common.Logging.LogManager with a Common.Logging.Log4Net.Log4NetLoggerFactoryAdapter after having configured log4net to emit low levels logs.
|
Méthode | Description | |
---|---|---|
OnApplicationCrash ( object source, CK.Windows.App.ApplicationCrashedEventArgs e ) : void |
This method is registered on CK.AppRecovery.ApplicationRecovery.ApplicationCrashed event.
|
public static Initialize ( string appLogDirectory, bool dumpToConsole ) : void | ||
appLogDirectory | string | The directory for low leveel logs. |
dumpToConsole | bool | True to log all traces into the console. |
Résultat | void |