Class AntLogger
java.lang.Object
org.wurbelizer.ant.misc.AntLogger
- All Implemented Interfaces:
Logger
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidvoidvoidvoidvoidbooleanbooleanbooleanbooleanvoidvoid
-
Constructor Details
-
AntLogger
public AntLogger(org.apache.tools.ant.Project project) Creates an Ant logger.- Parameters:
project- the Ant project
-
-
Method Details
-
isDebugLoggable
public boolean isDebugLoggable()- Specified by:
isDebugLoggablein interfaceLogger
-
isInfoLoggable
public boolean isInfoLoggable()- Specified by:
isInfoLoggablein interfaceLogger
-
isWarningLoggable
public boolean isWarningLoggable()- Specified by:
isWarningLoggablein interfaceLogger
-
isErrorLoggable
public boolean isErrorLoggable()- Specified by:
isErrorLoggablein interfaceLogger
-
debug
-
info
-
warning
-
error
-
debug
-
info
-
warning
-
error
-