Class JamLoggerImpl
- java.lang.Object
-
- org.apache.xmlbeans.impl.jam.internal.JamLoggerImpl
-
- All Implemented Interfaces:
JamLogger
- Direct Known Subclasses:
JamServiceContextImpl
public class JamLoggerImpl extends Object implements JamLogger
-
-
Constructor Summary
Constructors Constructor Description JamLoggerImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiderror(String msg)Outputs an error as appropriate.voiderror(Throwable t)Outputs an error as appropriate.booleanisVerbose()booleanisVerbose(Class aClass)booleanisVerbose(Object o)voidsetShowWarnings(boolean b)voidsetVerbose(boolean v)voidsetVerbose(Class c)voidverbose(String msg)Outputs a debug message no matter what.voidverbose(String msg, Object o)Outputs a debug message if appropriate for the given object.voidverbose(Throwable t)Outputs a debug message no matter what.voidverbose(Throwable t, Object o)Outputs a debug message if appropriate for the given object.voidwarning(String w)Outputs a debug message as appropriate.voidwarning(Throwable t)Outputs a debug message as appropriate.
-
-
-
Method Detail
-
setVerbose
public void setVerbose(Class c)
- Specified by:
setVerbosein interfaceJamLogger
-
setShowWarnings
public void setShowWarnings(boolean b)
- Specified by:
setShowWarningsin interfaceJamLogger
-
verbose
public void verbose(String msg, Object o)
Description copied from interface:JamLoggerOutputs a debug message if appropriate for the given object.
-
verbose
public void verbose(Throwable t, Object o)
Description copied from interface:JamLoggerOutputs a debug message if appropriate for the given object.
-
verbose
public void verbose(String msg)
Description copied from interface:JamLoggerOutputs a debug message no matter what.
-
verbose
public void verbose(Throwable t)
Description copied from interface:JamLoggerOutputs a debug message no matter what.
-
warning
public void warning(Throwable t)
Description copied from interface:JamLoggerOutputs a debug message as appropriate.
-
warning
public void warning(String w)
Description copied from interface:JamLoggerOutputs a debug message as appropriate.
-
error
public void error(Throwable t)
Description copied from interface:JamLoggerOutputs an error as appropriate.
-
error
public void error(String msg)
Description copied from interface:JamLoggerOutputs an error as appropriate.
-
setVerbose
public void setVerbose(boolean v)
-
-