Package org.slf4j.cal10n
Class LocLoggerFactory
- java.lang.Object
-
- org.slf4j.cal10n.LocLoggerFactory
-
public class LocLoggerFactory extends Object
This class is essentially a wrapper around anLoggerFactoryproducingLocLoggerinstances.Contrary to
LoggerFactory.getLogger(String)method ofLoggerFactory, each call togetLocLogger(String)produces a new instance ofLocLogger. This should not matter because a LocLogger instance does have any state beyond that of theLoggerinstance it wraps and its message conveyor.- Author:
- Ceki Gülcü
-
-
Constructor Summary
Constructors Constructor Description LocLoggerFactory(ch.qos.cal10n.IMessageConveyor imc)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LocLoggergetLocLogger(Class<?> clazz)Get a new LocLogger instance by class.LocLoggergetLocLogger(String name)Get an LocLogger instance by name.
-