Class ExceptionLogger
- java.lang.Object
-
- org.camunda.commons.logging.BaseLogger
-
- org.camunda.bpm.engine.rest.exception.ExceptionLogger
-
public class ExceptionLogger extends org.camunda.commons.logging.BaseLogger
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringPROJECT_CODEstatic java.lang.StringREST_APIstatic ExceptionLoggerREST_LOGGER
-
Constructor Summary
Constructors Constructor Description ExceptionLogger()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.lang.StringgetStackTrace(java.lang.Throwable aThrowable)voidlog(java.lang.Throwable throwable)
-
-
-
Field Detail
-
PROJECT_CODE
public static final java.lang.String PROJECT_CODE
- See Also:
- Constant Field Values
-
REST_API
public static final java.lang.String REST_API
- See Also:
- Constant Field Values
-
REST_LOGGER
public static final ExceptionLogger REST_LOGGER
-
-