Package org.slf4j

Class LoggerFactory

java.lang.Object
org.slf4j.LoggerFactory

public final class LoggerFactory extends Object
The LoggerFactory is a utility class producing Loggers for various logging APIs, e.g. logback, reload4j, log4j and JDK 1.4 logging. Other implementations such as NOPLogger and SimpleLogger are also supported.

LoggerFactory is essentially a wrapper around an ILoggerFactory instance provided by a SLF4JServiceProvider.

Please note that all methods in LoggerFactory are static.

Author:
Alexander Dorokhine, Robert Elliot, Ceki Gülcü