|
void | SetRootLevel (LogLevel value) |
|
LogLevel | GetRootLevel (void) |
|
Mutex & | GetSyncRoot (void) |
|
LogAdapter | CreateLogAdapter (const char *loggerName) |
|
void | AddAppendDelegate (AppendDelegate appendDelegate) |
|
void | RemoveAppendDelegate (AppendDelegate appendDelegate) |
|
|
static void | AssignAppDomain (AppDomain &otherDomain) |
|
static void | Create (const char *configFileName) |
|
static void | Create (bool enableConsoleLogging, const char *logFileName=nullptr) |
|
static void | Create (LogLevel logLevel, bool enableConsoleLogging, const char *logFileName=nullptr) |
|
static void | Create (const char *layoutPattern, bool enableConsoleLogging, const char *logFileName=nullptr) |
|
static void | Create (LogLevel logLevel, const char *layoutPattern, bool enableConsoleLogging, const char *logFileName=nullptr) |
|
static void | Dispose (void) |
|
Static Public Member Functions inherited from Arp::AppDomainSingleton< LogManager > |
static LogManager & | CreateInstance (Args &&... args) |
| Creates this singleton instance. More...
|
|
static bool | IsCreated (void) |
| Determines if this singleton instance is created yet. More...
|
|
static LogManager & | GetInstance (void) |
| Gets a reference of the singleton instance. More...
|
|
static LogManager * | GetInstancePtr (void) |
| Depreacated! Gets a pointer to the singleton instance. More...
|
|
static void | DisposeInstance (void) |
| Disposes this singleton instance. More...
|
|
|
class | LoggerBase |
|
class | Internal::LogAdapter |
|
class | AppDomainSingleton< LogManager > |
|
The documentation for this class was generated from the following file: