Class NoLogFactory

java.lang.Object
com.hazelcast.logging.NoLogFactory
All Implemented Interfaces:
com.hazelcast.logging.impl.InternalLoggerFactory, LoggerFactory

public class NoLogFactory
extends Object
implements LoggerFactory, com.hazelcast.logging.impl.InternalLoggerFactory
  • Constructor Details

    • NoLogFactory

      public NoLogFactory()
  • Method Details

    • setLevel

      public void setLevel​(@Nonnull Level level)
      Description copied from interface: com.hazelcast.logging.impl.InternalLoggerFactory
      Sets the levels of all the loggers known to this logger factory to the given level. If a certain logger was already preconfigured with a more verbose level than the given level, it will be kept at that more verbose level.
      Specified by:
      setLevel in interface com.hazelcast.logging.impl.InternalLoggerFactory
      Parameters:
      level - the level to set.
    • resetLevel

      public void resetLevel()
      Description copied from interface: com.hazelcast.logging.impl.InternalLoggerFactory
      Resets the levels of all the loggers known to this logger factory back to the default preconfigured values. Basically, undoes all the changes done by the previous calls to InternalLoggerFactory.setLevel(java.util.logging.Level), if there were any.
      Specified by:
      resetLevel in interface com.hazelcast.logging.impl.InternalLoggerFactory
    • getLogger

      public ILogger getLogger​(String name)
      Specified by:
      getLogger in interface LoggerFactory