public class NullLoggerFactory extends Object implements LoggerFactory<NullLogger>
LoggerFactory interface.logPackageName, systemClock| Constructor and Description |
|---|
NullLoggerFactory() |
| Modifier and Type | Method and Description |
|---|---|
NullLogger |
getLogger(String name,
Level level,
Clock clock)
Get a
NullLogger with the specified name, level and clock. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcallerInfo, getDefaultClock, getDefaultLevel, getLogger, getLogger, getLogger, getLogger, getLogger, getLogger, getLogger, getLogger, getLogger, getLogger, getLoggerpublic NullLogger getLogger(String name, Level level, Clock clock)
NullLogger with the specified name, level and clock.getLogger in interface LoggerFactory<NullLogger>name - the namelevel - the level (ignored)clock - the clock (ignored)NullLoggerCopyright © 2022. All rights reserved.