|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.pdfbox.util.ErrorLogger
public class ErrorLogger
This class deals with some logging that is not handled by the log4j replacement.
Method Summary | |
---|---|
static void |
log(String errorMessage)
Log an error message. |
static void |
log(String errorMessage,
Throwable t)
Log an error message. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static void log(String errorMessage)
errorMessage
- The error message.public static void log(String errorMessage, Throwable t)
errorMessage
- The error message.t
- The exception.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |