|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ParserLogger
This is a stand-in logging service just for parsing manifests. It can run before the normal serviceability services have come up and allow errors to be correctly reported from the start of the server bootstrap process.
Concurrent Semantics
Method Summary | |
---|---|
java.lang.String[] |
errorReports()
Reports if this logging service has been used or not. |
void |
outputErrorMsg(java.lang.Exception re,
java.lang.String item)
Deal with a exception at level 'Error' logging it with what ever services are available. |
Method Detail |
---|
void outputErrorMsg(java.lang.Exception re, java.lang.String item)
re
- item
- java.lang.String[] errorReports()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |