slf4d.logger

This module defines the Logger; the central component from which all log messages originate. You

Members

Structs

ExceptionInfo
struct ExceptionInfo

Container for information about an exception that was logged.

LogBuilder
struct LogBuilder

A fluent builder for constructing a log message using method chaining.

LogMessage
struct LogMessage

A log message that was created by a logger.

LogMessageSourceContext
struct LogMessageSourceContext

Container for information about where a log message was created in a program's source.

Logger
struct Logger

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.