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 String
PROJECT_CODE
static String
REST_API
static ExceptionLogger
REST_LOGGER
-
Constructor Summary
Constructors Constructor Description ExceptionLogger()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected String
getStackTrace(Throwable aThrowable)
void
log(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
-
-