org.slf4j.cal10n
public class LocLoggerFactory extends Object
Contrary to getLogger method of LoggerFactory, each call to getLocLogger produces a new instance of LocLogger. This should not matter because a LocLogger instance does have any state beyond that of the Logger in stance it wraps and its message conveyor.
Constructor Summary | |
---|---|
LocLoggerFactory(IMessageConveyor imc) |
Method Summary | |
---|---|
LocLogger | getLocLogger(String name)
Get an LocLogger instance by name.
|
Parameters: name
Returns: