The handler to handle log messages.
The log level of this logger. Only log messages with a level of equal or greater severity will be logged by this logger.
The name of the logger. It defaults to the name of the module where the logger was initialized.
Initializes a new logger. Usually, you won't use this constructor, and instead, you should obtain a Logger via loggerFactory.getLogger().