org.slf4j.ext
public class XLoggerFactory extends Object
Contrary to getLogger method of LoggerFactory, each call to getXLogger produces a new instance of XLogger. This should not matter because an XLogger instance does not have any state beyond that of the Logger instance it wraps.
Method Summary | |
---|---|
static XLogger | getXLogger(String name)
Get an XLogger instance by name.
|
Parameters: name
Returns: