| Package | Description |
|---|---|
| com.helger.commons.callback.exception | |
| com.helger.commons.error | |
| com.helger.commons.log | |
| com.helger.commons.xml.serialize.read |
| Modifier and Type | Class and Description |
|---|---|
class |
LoggingExceptionCallback
A specific implementation of the
IExceptionCallback interface, that
logs all exceptions to a standard logger. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IResourceError
Interface for an error that can be drilled down to a certain resource (e.g. a
document).
|
| Modifier and Type | Class and Description |
|---|---|
class |
ResourceError
Default implementation of the
IResourceError interface. |
| Modifier and Type | Class and Description |
|---|---|
class |
LogMessage
Represents a single log message.
|
| Modifier and Type | Method and Description |
|---|---|
static boolean |
LogHelper.isEnabled(Class<?> aLoggingClass,
IHasErrorLevel aErrorLevelProvider)
Check if logging is enabled for the passed class based on the error level
provider by the passed object
|
static boolean |
LogHelper.isEnabled(org.slf4j.Logger aLogger,
IHasErrorLevel aErrorLevelProvider)
Check if logging is enabled for the passed logger based on the error level
provider by the passed object
|
static void |
LogHelper.log(Class<?> aLoggingClass,
IHasErrorLevel aErrorLevelProvider,
String sMsg) |
static void |
LogHelper.log(Class<?> aLoggingClass,
IHasErrorLevel aErrorLevelProvider,
String sMsg,
Throwable t) |
static void |
LogHelper.log(org.slf4j.Logger aLogger,
IHasErrorLevel aErrorLevelProvider,
String sMsg) |
static void |
LogHelper.log(org.slf4j.Logger aLogger,
IHasErrorLevel aErrorLevelProvider,
String sMsg,
Throwable t) |
| Modifier and Type | Class and Description |
|---|---|
class |
XMLLoggingExceptionCallback
A special version of the
LoggingExceptionCallback that handles the
most common XML exceptions in a nice way :) |
Copyright © 2014–2015 Philip Helger. All rights reserved.