| Package | Description |
|---|---|
| com.phloc.commons.callback | |
| com.phloc.commons.error | |
| com.phloc.commons.log | |
| com.phloc.commons.xml.serialize |
| Modifier and Type | Class and Description |
|---|---|
class |
LoggingExceptionHandler
A specific implementation of the
IExceptionHandler 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 |
LogUtils.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 |
LogUtils.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 |
LogUtils.log(Class<?> aLoggingClass,
IHasErrorLevel aErrorLevelProvider,
String sMsg) |
static void |
LogUtils.log(Class<?> aLoggingClass,
IHasErrorLevel aErrorLevelProvider,
String sMsg,
Throwable t) |
static void |
LogUtils.log(org.slf4j.Logger aLogger,
IHasErrorLevel aErrorLevelProvider,
String sMsg) |
static void |
LogUtils.log(org.slf4j.Logger aLogger,
IHasErrorLevel aErrorLevelProvider,
String sMsg,
Throwable t) |
| Modifier and Type | Class and Description |
|---|---|
class |
XMLLoggingExceptionHandler
A special version of the
LoggingExceptionHandler that handles the
most common XML exceptions in a nice way :) |
Copyright © 2006–2014 phloc systems. All rights reserved.