public class AntLoggerFactory
extends java.lang.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(java.lang.String name)
Returns the Ant logger adapter.
|
Copyright© 2012-21 Jeremy Long. All Rights Reserved.