public class NoLogFactory extends Object implements LoggerFactory, com.hazelcast.logging.impl.InternalLoggerFactory
| Constructor and Description | 
|---|
NoLogFactory()  | 
| Modifier and Type | Method and Description | 
|---|---|
ILogger | 
getLogger(String name)  | 
void | 
resetLevel()
Resets the levels of all the loggers known to this logger factory back
 to the default preconfigured values. 
 | 
void | 
setLevel(Level level)
Sets the levels of all the loggers known to this logger factory to
 the given level. 
 | 
public void setLevel(@Nonnull Level level)
com.hazelcast.logging.impl.InternalLoggerFactorysetLevel in interface com.hazelcast.logging.impl.InternalLoggerFactorylevel - the level to set.public void resetLevel()
com.hazelcast.logging.impl.InternalLoggerFactoryInternalLoggerFactory.setLevel(java.util.logging.Level), if there were any.resetLevel in interface com.hazelcast.logging.impl.InternalLoggerFactorypublic ILogger getLogger(String name)
getLogger in interface LoggerFactoryCopyright © 2023 Hazelcast, Inc.. All rights reserved.