Configuring The Root Logger
Configuring a root logger is mandatory for LogBox. This is very easy and just a few arguments.
Parameters
Name | Description |
levelMin | The default minimum log level for the root logger. (OPTIONAL. Defaults to 0 [FATAL].) |
levelMax | The default maximum log level for the root logger. (OPTIONAL. Defaults to 4 [DEBUG].) |
appenders | A list of appenders to configure the root logger with. Use |
Last updated