Class NOPLoggerFactory

java.lang.Object
org.slf4j.helpers.NOPLoggerFactory
All Implemented Interfaces:
ILoggerFactory

public class NOPLoggerFactory extends Object implements ILoggerFactory
NOPLoggerFactory is a trivial implementation of ILoggerFactory which always returns the unique instance of NOPLogger.
Author:
Ceki Gülcü