Package com.isomorphic.maven.util
Class AntProjectLogger
java.lang.Object
com.isomorphic.maven.util.AntProjectLogger
- All Implemented Interfaces:
org.apache.maven.plugin.logging.Log
public class AntProjectLogger extends Object implements org.apache.maven.plugin.logging.Log
-
Constructor Summary
Constructors Constructor Description AntProjectLogger(org.apache.tools.ant.Project project) -
Method Summary
Modifier and Type Method Description voiddebug(CharSequence content)voiddebug(CharSequence content, Throwable error)voiddebug(Throwable error)voiderror(CharSequence content)voiderror(CharSequence content, Throwable error)voiderror(Throwable error)voidinfo(CharSequence content)voidinfo(CharSequence content, Throwable error)voidinfo(Throwable error)booleanisDebugEnabled()booleanisErrorEnabled()booleanisInfoEnabled()booleanisWarnEnabled()voidwarn(CharSequence content)voidwarn(CharSequence content, Throwable error)voidwarn(Throwable error)
-
Constructor Details
-
AntProjectLogger
public AntProjectLogger(org.apache.tools.ant.Project project)
-
-
Method Details
-
isDebugEnabled
public boolean isDebugEnabled()- Specified by:
isDebugEnabledin interfaceorg.apache.maven.plugin.logging.Log
-
debug
- Specified by:
debugin interfaceorg.apache.maven.plugin.logging.Log
-
debug
- Specified by:
debugin interfaceorg.apache.maven.plugin.logging.Log
-
debug
- Specified by:
debugin interfaceorg.apache.maven.plugin.logging.Log
-
isInfoEnabled
public boolean isInfoEnabled()- Specified by:
isInfoEnabledin interfaceorg.apache.maven.plugin.logging.Log
-
info
- Specified by:
infoin interfaceorg.apache.maven.plugin.logging.Log
-
info
- Specified by:
infoin interfaceorg.apache.maven.plugin.logging.Log
-
info
- Specified by:
infoin interfaceorg.apache.maven.plugin.logging.Log
-
isWarnEnabled
public boolean isWarnEnabled()- Specified by:
isWarnEnabledin interfaceorg.apache.maven.plugin.logging.Log
-
warn
- Specified by:
warnin interfaceorg.apache.maven.plugin.logging.Log
-
warn
- Specified by:
warnin interfaceorg.apache.maven.plugin.logging.Log
-
warn
- Specified by:
warnin interfaceorg.apache.maven.plugin.logging.Log
-
isErrorEnabled
public boolean isErrorEnabled()- Specified by:
isErrorEnabledin interfaceorg.apache.maven.plugin.logging.Log
-
error
- Specified by:
errorin interfaceorg.apache.maven.plugin.logging.Log
-
error
- Specified by:
errorin interfaceorg.apache.maven.plugin.logging.Log
-
error
- Specified by:
errorin interfaceorg.apache.maven.plugin.logging.Log
-