Class ExceptionLogger


  • public class ExceptionLogger
    extends org.camunda.commons.logging.BaseLogger
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String PROJECT_CODE  
      static java.lang.String REST_API  
      static ExceptionLogger REST_LOGGER  
      • Fields inherited from class org.camunda.commons.logging.BaseLogger

        componentId, delegateLogger, projectCode
    • Constructor Summary

      Constructors 
      Constructor Description
      ExceptionLogger()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected java.lang.String getStackTrace​(java.lang.Throwable aThrowable)  
      void log​(java.lang.Throwable throwable)  
      • Methods inherited from class org.camunda.commons.logging.BaseLogger

        createLogger, exceptionMessage, formatMessageTemplate, isDebugEnabled, isErrorEnabled, isInfoEnabled, isWarnEnabled, logDebug, logError, logInfo, logWarn
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ExceptionLogger

        public ExceptionLogger()
    • Method Detail

      • log

        public void log​(java.lang.Throwable throwable)
      • getStackTrace

        protected java.lang.String getStackTrace​(java.lang.Throwable aThrowable)