Class HybrisLoggerFactory

  • All Implemented Interfaces:
    org.apache.log4j.spi.LoggerFactory

    public class HybrisLoggerFactory
    extends java.lang.Object
    implements org.apache.log4j.spi.LoggerFactory
    Simple logger factory used to create new logger in [y]hybris style.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.apache.log4j.Logger makeNewLoggerInstance​(java.lang.String name)  
      • Methods inherited from class java.lang.Object

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

      • HybrisLoggerFactory

        public HybrisLoggerFactory()
    • Method Detail

      • makeNewLoggerInstance

        public org.apache.log4j.Logger makeNewLoggerInstance​(java.lang.String name)
        Specified by:
        makeNewLoggerInstance in interface org.apache.log4j.spi.LoggerFactory