Class LoggerFactorySlf4j

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

    @AutoService(io.deephaven.internal.log.LoggerFactory.class)
    public final class LoggerFactorySlf4j
    extends java.lang.Object
    implements io.deephaven.internal.log.LoggerFactory
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      io.deephaven.io.logger.Logger create​(java.lang.String name)  
      • Methods inherited from class java.lang.Object

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

      • LoggerFactorySlf4j

        public LoggerFactorySlf4j()
    • Method Detail

      • create

        public final io.deephaven.io.logger.Logger create​(java.lang.String name)
        Specified by:
        create in interface io.deephaven.internal.log.LoggerFactory