|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.felix.scrplugin.ant.AntLog
public class AntLog
Method Summary | |
---|---|
void |
debug(String content)
Send a message to the user in the debug error level. |
void |
debug(String content,
Throwable error)
Send a message (and accompanying exception) to the user in the debug error level. |
void |
debug(Throwable error)
Send an exception to the user in the debug error level. |
void |
error(String content)
Send a message to the user in the error error level. |
void |
error(String content,
String location,
int lineNumber)
Send a message (and accompanying exception) to the user in the error error level. |
void |
error(String content,
Throwable error)
Send a message (and accompanying exception) to the user in the error error level. |
void |
error(Throwable error)
Send an exception to the user in the error error level. |
void |
info(String content)
Send a message to the user in the info error level. |
void |
info(String content,
Throwable error)
Send a message (and accompanying exception) to the user in the info error level. |
void |
info(Throwable error)
Send an exception to the user in the info error level. |
boolean |
isDebugEnabled()
|
boolean |
isErrorEnabled()
|
boolean |
isInfoEnabled()
|
boolean |
isWarnEnabled()
|
void |
warn(String content)
Send a message to the user in the warn error level. |
void |
warn(String content,
String location,
int lineNumber)
Send a message (and accompanying exception) to the user in the warn error level. |
void |
warn(String content,
Throwable error)
Send a message (and accompanying exception) to the user in the warn error level. |
void |
warn(Throwable error)
Send an exception to the user in the warn error level. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public boolean isDebugEnabled()
isDebugEnabled
in interface Log
public void debug(String content)
Log
debug
in interface Log
public void debug(String content, Throwable error)
Log
debug
in interface Log
public void debug(Throwable error)
Log
debug
in interface Log
public boolean isInfoEnabled()
isInfoEnabled
in interface Log
public void info(String content)
Log
info
in interface Log
public void info(String content, Throwable error)
Log
info
in interface Log
public void info(Throwable error)
Log
info
in interface Log
public boolean isWarnEnabled()
isWarnEnabled
in interface Log
public void warn(String content)
Log
warn
in interface Log
public void warn(String content, String location, int lineNumber)
Log
warn
in interface Log
location
- The location at which the error occurredlineNumber
- The line number at which the error occurredpublic void warn(String content, Throwable error)
Log
warn
in interface Log
public void warn(Throwable error)
Log
warn
in interface Log
public boolean isErrorEnabled()
isErrorEnabled
in interface Log
public void error(String content)
Log
error
in interface Log
public void error(String content, String location, int lineNumber)
Log
error
in interface Log
location
- The location at which the error occurredlineNumber
- The line number at which the error occurredpublic void error(String content, Throwable error)
Log
error
in interface Log
public void error(Throwable error)
Log
error
in interface Log
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |