Class VitamLoggerLogFactory

  • All Implemented Interfaces:
    org.owasp.esapi.LogFactory

    public class VitamLoggerLogFactory
    extends java.lang.Object
    implements org.owasp.esapi.LogFactory
    Dummy Implementation of Logger Factory for Esapi
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      static org.owasp.esapi.LogFactory getInstance()  
      org.owasp.esapi.Logger getLogger​(java.lang.Class clazz)
      getter of the Logger by class
      org.owasp.esapi.Logger getLogger​(java.lang.String moduleName)
      getter of the Logger by module name
      • Methods inherited from class java.lang.Object

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

      • getInstance

        public static org.owasp.esapi.LogFactory getInstance()
        Returns:
        the instance of this factory
      • getLogger

        public org.owasp.esapi.Logger getLogger​(java.lang.String moduleName)
        getter of the Logger by module name
        Specified by:
        getLogger in interface org.owasp.esapi.LogFactory
      • getLogger

        public org.owasp.esapi.Logger getLogger​(java.lang.Class clazz)
        getter of the Logger by class
        Specified by:
        getLogger in interface org.owasp.esapi.LogFactory
        Parameters:
        clazz -
        Returns:
        Logger