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.InternalLoggerFactory
setLevel
in interface com.hazelcast.logging.impl.InternalLoggerFactory
level
- the level to set.public void resetLevel()
com.hazelcast.logging.impl.InternalLoggerFactory
InternalLoggerFactory.setLevel(java.util.logging.Level)
, if there were any.resetLevel
in interface com.hazelcast.logging.impl.InternalLoggerFactory
public ILogger getLogger(String name)
getLogger
in interface LoggerFactory
Copyright © 2023 Hazelcast, Inc.. All rights reserved.