Container for information about an exception that was logged.
A fluent builder for constructing a log message using method chaining.
A log message that was created by a logger.
Container for information about where a log message was created in a program's source.
The logger is the core component of SLF4D. Use it to generate log messages in your code. An ad-hoc Logger can be created and used anywhere, but usually you'll want to use the getLogger() function to obtain a pre-configured Logger that has been set up with an application-specific LogHandler.
This module defines the Logger; the central component from which all log messages originate. You