Class AntLoggerFactory

java.lang.Object
org.owasp.dependencycheck.ant.logging.AntLoggerFactory
All Implemented Interfaces:
org.slf4j.ILoggerFactory

public class AntLoggerFactory extends Object implements org.slf4j.ILoggerFactory
An implementation of ILoggerFactory which always returns AntLoggerAdapter instances.
Author:
colezlaw
  • Constructor Details

    • AntLoggerFactory

      public AntLoggerFactory()
  • Method Details

    • getLogger

      public org.slf4j.Logger getLogger(String name)
      Returns the Ant logger adapter.
      Specified by:
      getLogger in interface org.slf4j.ILoggerFactory
      Parameters:
      name - the logger name
      Returns:
      the Ant logger adapter