Class LogExpressionFunctions
- java.lang.Object
-
- com.evolveum.midpoint.model.common.expression.functions.LogExpressionFunctions
-
public class LogExpressionFunctions extends Object
- Author:
- semancik
-
-
Field Summary
Fields Modifier and Type Field Description static String
EXPRESSION_LOGGER_NAME
static Trace
LOGGER
-
Constructor Summary
Constructors Constructor Description LogExpressionFunctions(PrismContext prismContext)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
debug(String format, Object... args)
void
error(String format, Object... args)
void
info(String format, Object... args)
void
trace(String format, Object... args)
void
warn(String format, Object... args)
-
-
-
Field Detail
-
EXPRESSION_LOGGER_NAME
public static final String EXPRESSION_LOGGER_NAME
- See Also:
- Constant Field Values
-
LOGGER
public static final Trace LOGGER
-
-
Constructor Detail
-
LogExpressionFunctions
public LogExpressionFunctions(PrismContext prismContext)
-
-