Class AntLoggerFactory
java.lang.Object
org.owasp.dependencycheck.ant.logging.AntLoggerFactory
- All Implemented Interfaces:
org.slf4j.ILoggerFactory
An implementation of
ILoggerFactory which always returns AntLoggerAdapter instances.- Author:
- colezlaw
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
AntLoggerFactory
public AntLoggerFactory()
-
-
Method Details
-
getLogger
Returns the Ant logger adapter.- Specified by:
getLoggerin interfaceorg.slf4j.ILoggerFactory- Parameters:
name- the logger name- Returns:
- the Ant logger adapter
-