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 StringPROJECT_CODEstatic StringREST_APIstatic ExceptionLoggerREST_LOGGER
-
Constructor Summary
Constructors Constructor Description ExceptionLogger()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected StringgetStackTrace(Throwable aThrowable)voidlog(Throwable throwable)
-
-
-
Field Detail
-
PROJECT_CODE
public static final String PROJECT_CODE
- See Also:
- Constant Field Values
-
REST_API
public static final String REST_API
- See Also:
- Constant Field Values
-
REST_LOGGER
public static final ExceptionLogger REST_LOGGER
-
-