org.apache.maven.plugin.logging
Interface Log
- All Known Implementing Classes:
- SystemStreamLog
public interface Log
- Author:
- jdcasey
isDebugEnabled
boolean isDebugEnabled()
debug
void debug(CharSequence content)
debug
void debug(CharSequence content,
Throwable error)
debug
void debug(Throwable error)
isInfoEnabled
boolean isInfoEnabled()
info
void info(CharSequence content)
info
void info(CharSequence content,
Throwable error)
info
void info(Throwable error)
isWarnEnabled
boolean isWarnEnabled()
warn
void warn(CharSequence content)
warn
void warn(CharSequence content,
Throwable error)
warn
void warn(Throwable error)
isErrorEnabled
boolean isErrorEnabled()
error
void error(CharSequence content)
error
void error(CharSequence content,
Throwable error)
error
void error(Throwable error)
Copyright © 2001-2010 Apache Software Foundation. All Rights Reserved.