Class FeelLogger
- java.lang.Object
-
- org.camunda.commons.logging.BaseLogger
-
- org.camunda.bpm.dmn.feel.impl.juel.FeelLogger
-
- Direct Known Subclasses:
FeelEngineLogger
public class FeelLogger extends org.camunda.commons.logging.BaseLogger
-
-
Field Summary
Fields Modifier and Type Field Description static FeelEngineLogger
ENGINE_LOGGER
static String
PROJECT_CODE
static String
PROJECT_LOGGER
-
Constructor Summary
Constructors Constructor Description FeelLogger()
-
-
-
Field Detail
-
PROJECT_CODE
public static final String PROJECT_CODE
- See Also:
- Constant Field Values
-
PROJECT_LOGGER
public static final String PROJECT_LOGGER
- See Also:
- Constant Field Values
-
ENGINE_LOGGER
public static FeelEngineLogger ENGINE_LOGGER
-
-