Class VitamLoggerLogFactory

java.lang.Object
fr.gouv.vitam.common.security.VitamLoggerLogFactory
All Implemented Interfaces:
org.owasp.esapi.LogFactory

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

    • getInstance

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

      public org.owasp.esapi.Logger getLogger(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(Class clazz)
      getter of the Logger by class
      Specified by:
      getLogger in interface org.owasp.esapi.LogFactory
      Parameters:
      clazz -
      Returns:
      Logger