Clears everything, including a default configuration you may have set. After this you need to re-register your categories etc.
Used to enable integration with chrome extension. Do not use manually, the extension and the logger framework deal with this.
Return Category by id
The id of the category to find
or null if not found
Return all root categories currently registered.
Set new configuration settings for a category (and possibly its child categories)
Config
Category
True to apply to child categories, defaults to false.
Defaults to true. If set to true and if category is a root category it will reset the root logger.
Set the default configuration. New root loggers created get this applied. If you want to reset all current loggers to have this applied as well, pass in reset=true (the default is false). All categories will be reset then as well.
New config
Defaults to true. Set to true to reset all loggers and current runtimesettings.
Generated using TypeDoc
The service (only available as singleton) for all category related stuff as retrieving, registering a logger. You should normally NOT use this, instead use CategoryLoggerFactory which is meant for end users.