Class AntLoggerFactory
- java.lang.Object
-
- org.owasp.dependencycheck.ant.logging.AntLoggerFactory
-
- All Implemented Interfaces:
org.slf4j.ILoggerFactory
public class AntLoggerFactory extends java.lang.Object implements org.slf4j.ILoggerFactory
An implementation ofILoggerFactory
which always returnsAntLoggerAdapter
instances.- Author:
- colezlaw
-
-
Constructor Summary
Constructors Constructor Description AntLoggerFactory(org.apache.tools.ant.Task task)
Constructs a new Ant Logger Factory.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.slf4j.Logger
getLogger(java.lang.String name)
Returns the Ant logger adapter.
-