logLevel property

int logLevel

The logLevel property represents the log level of this log manager instance.

It indicates the minimum log level that will be recorded by the log recorders attached to this LogManager.

The log level determines the severity or importance of logs that are recorded.

You can find the values for levels in the logging package default level for loggers is INFO which is 800 in integer value

Implementation

int get logLevel;