public class ScalaFeelLogger
extends org.camunda.commons.logging.BaseLogger
Modifier and Type | Field and Description |
---|---|
static ScalaFeelLogger |
LOGGER |
static String |
PROJECT_CODE |
static String |
PROJECT_LOGGER |
Constructor and Description |
---|
ScalaFeelLogger() |
Modifier and Type | Method and Description |
---|---|
FeelException |
customFunctionNotFoundException() |
FeelException |
evaluationException(String message) |
FeelException |
functionCountExceededException() |
protected void |
logError(String id,
String messageTemplate,
Throwable t) |
protected void |
logInfo(String id,
String messageTemplate,
Throwable t) |
void |
logSpinValueMapperDetected() |
FeelException |
spinValueMapperAccessException(Throwable cause) |
FeelException |
spinValueMapperCastException(Throwable cause,
String className) |
FeelException |
spinValueMapperException(Throwable cause) |
FeelException |
spinValueMapperInstantiationException(Throwable cause) |
public static final String PROJECT_CODE
public static final String PROJECT_LOGGER
public static final ScalaFeelLogger LOGGER
public void logSpinValueMapperDetected()
public FeelException spinValueMapperInstantiationException(Throwable cause)
public FeelException spinValueMapperAccessException(Throwable cause)
public FeelException spinValueMapperCastException(Throwable cause, String className)
public FeelException spinValueMapperException(Throwable cause)
public FeelException functionCountExceededException()
public FeelException customFunctionNotFoundException()
public FeelException evaluationException(String message)
Copyright © 2022. All rights reserved.