Class LoggerFactoryFile

  • All Implemented Interfaces:
    io.deephaven.internal.log.LoggerFactory

    @AutoService(io.deephaven.internal.log.LoggerFactory.class)
    public final class LoggerFactoryFile
    extends io.deephaven.internal.log.LoggerFactorySingleCache
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      io.deephaven.io.logger.Logger createInternal()  
      • Methods inherited from class io.deephaven.internal.log.LoggerFactorySingleCache

        create
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • LoggerFactoryFile

        public LoggerFactoryFile()
    • Method Detail

      • createInternal

        public final io.deephaven.io.logger.Logger createInternal()
        Specified by:
        createInternal in class io.deephaven.internal.log.LoggerFactorySingleCache