|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.springsource.util.osgi.manifest.parse.DummyParserLogger
public class DummyParserLogger
A dummy implementation of ParserLogger
that swallows all
error messages and always returns null from errorReports()
.
Concurrent Semantics
Thread-safe.
Constructor Summary | |
---|---|
DummyParserLogger()
|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DummyParserLogger()
Method Detail |
---|
public java.lang.String[] errorReports()
errorReports
in interface ParserLogger
public void outputErrorMsg(java.lang.Exception re, java.lang.String item)
outputErrorMsg
in interface ParserLogger
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |