public class AntLoggerFactory extends Object implements org.slf4j.ILoggerFactory
ILoggerFactory which always returns AntLoggerAdapter instances.| Constructor and Description |
|---|
AntLoggerFactory(org.apache.tools.ant.Task task)
Constructs a new Ant Logger Factory.
|
| Modifier and Type | Method and Description |
|---|---|
org.slf4j.Logger |
getLogger(String name)
Returns the Ant logger adapter.
|
public AntLoggerFactory(org.apache.tools.ant.Task task)
task - the Ant task to use for loggingpublic org.slf4j.Logger getLogger(String name)
getLogger in interface org.slf4j.ILoggerFactoryname - ignored in this implementationCopyright © 2012–2018 OWASP. All rights reserved.