Class CategoryRuntimeSettings
Constructors
constructor
-
Parameters
-
-
Default value logLevel: LogLevel = LogLevel.Error
-
Default value loggerType: LoggerType = LoggerType.Console
-
Default value logFormat: CategoryLogFormat = new CategoryLogFormat()
-
Default value callBackLogger: function | null = null
Accessors
callBackLogger
- get callBackLogger(): function | null
- set callBackLogger(value: function | null): void
-
Returns function
|
null
-
Parameters
Returns void
RuntimeSettings for a category, at runtime these are associated to a category.