|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jboss.resteasy.core.LoggerCategories
public final class LoggerCategories
Contains the logging categories used by the RESTEasy.
Field Summary | |
---|---|
static java.lang.String |
CORE
A logging category used by the core classes of RESTEasy. |
static java.lang.String |
DELEGATES
A logging category used by RESTEasy delegates. |
static java.lang.String |
IMPL
A logging category used by the classes which implement the JAX-RS spec. |
static java.lang.String |
MOCK
A logging category used by the mock-related classes. |
static java.lang.String |
PROVIDER
A logging category used by entity providers. |
static java.lang.String |
SERVER
A logging category used by the server-related classes. |
Method Summary | |
---|---|
static org.slf4j.Logger |
getCoreLogger()
Returns the Logger instance that is associated with the "core" category. |
static org.slf4j.Logger |
getDelegatesLogger()
Returns the Logger instance that is associated with the "delegates" category. |
static org.slf4j.Logger |
getLogger(java.lang.Class<?> clazz)
FIXME Comment this |
static org.slf4j.Logger |
getLogger(java.lang.String name)
Returns the logger for the specified logger name. |
static org.slf4j.Logger |
getMockLogger()
Returns the Logger instance that is associated with the "mock" category. |
static org.slf4j.Logger |
getProviderLogger()
Returns the Logger instance that is associated with the "provider" category. |
static org.slf4j.Logger |
getServerLogger()
Returns the Logger instance that is associated with the "server" category. |
static org.slf4j.Logger |
getSpecImplLogger()
Returns the Logger instance that is associated with the "specimpl" category. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String PROVIDER
public static final java.lang.String SERVER
public static final java.lang.String MOCK
public static final java.lang.String CORE
public static final java.lang.String IMPL
public static final java.lang.String DELEGATES
Method Detail |
---|
public static org.slf4j.Logger getLogger(java.lang.String name)
name
- the logger name
public static org.slf4j.Logger getLogger(java.lang.Class<?> clazz)
clazz
-
public static org.slf4j.Logger getProviderLogger()
public static org.slf4j.Logger getCoreLogger()
public static org.slf4j.Logger getMockLogger()
public static org.slf4j.Logger getServerLogger()
public static org.slf4j.Logger getSpecImplLogger()
public static org.slf4j.Logger getDelegatesLogger()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |