C# Class NzbDrone.Common.Instrumentation.NzbDroneLogger

Mostra file Open project: novarr/Comarr

Public Methods

Method Description
GetLogger ( Type obj ) : Logger
GetLogger ( object obj ) : Logger
Register ( IStartupContext startupContext, bool updateApp, bool inConsole ) : void

Private Methods

Method Description
NzbDroneLogger ( ) : System
RegisterAppFile ( IAppFolderInfo appFolderInfo, string name, string fileName, int maxArchiveFiles, LogLevel minLogLevel ) : LoggingRule
RegisterAppFile ( IAppFolderInfo appFolderInfo ) : void
RegisterConsole ( ) : void
RegisterDebugger ( ) : void
RegisterExceptron ( ) : void
RegisterLogEntries ( ) : void
RegisterUpdateFile ( IAppFolderInfo appFolderInfo ) : void

Method Details

GetLogger() public static method

public static GetLogger ( Type obj ) : Logger
obj Type
return Logger

GetLogger() public static method

public static GetLogger ( object obj ) : Logger
obj object
return Logger

Register() public static method

public static Register ( IStartupContext startupContext, bool updateApp, bool inConsole ) : void
startupContext IStartupContext
updateApp bool
inConsole bool
return void