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 StringEXPRESSION_LOGGER_NAMEstatic TraceLOGGER
-
Constructor Summary
Constructors Constructor Description LogExpressionFunctions(PrismContext prismContext)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddebug(String format, Object... args)voiderror(String format, Object... args)voidinfo(String format, Object... args)voidtrace(String format, Object... args)voidwarn(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)
-
-