slf4d.factory

This module defines the LoggerFactory, a component that's part of a LoggingProvider's implementation, and produces Logger instances to use at runtime.

Members

Interfaces

LoggerFactory
interface LoggerFactory

A factory that initializes a Logger wherever it's needed. Generally a single factory is needed for your application, and this factory will take any implementation-specific options into account when building the logger.