Class LocLoggerFactory

java.lang.Object
org.slf4j.cal10n.LocLoggerFactory

public class LocLoggerFactory extends Object
This class is essentially a wrapper around an LoggerFactory producing LocLogger instances.

Contrary to LoggerFactory.getLogger(String) method of LoggerFactory, each call to getLocLogger(String) produces a new instance of LocLogger. This should not matter because a LocLogger instance does have any state beyond that of the Logger instance it wraps and its message conveyor.

Author:
Ceki Gülcü