Package org.camunda.commons.utils
Class UtilsLogger
- java.lang.Object
-
- org.camunda.commons.logging.BaseLogger
-
- org.camunda.commons.utils.UtilsLogger
-
- Direct Known Subclasses:
EnsureUtilLogger,IoUtilLogger
public class UtilsLogger extends org.camunda.commons.logging.BaseLogger- Author:
- Sebastian Menski
-
-
Field Summary
Fields Modifier and Type Field Description static EnsureUtilLoggerENSURE_UTIL_LOGGERstatic IoUtilLoggerIO_UTIL_LOGGERstatic java.lang.StringPROJECT_CODE
-
Constructor Summary
Constructors Constructor Description UtilsLogger()
-
-
-
Field Detail
-
PROJECT_CODE
public static final java.lang.String PROJECT_CODE
- See Also:
- Constant Field Values
-
IO_UTIL_LOGGER
public static final IoUtilLogger IO_UTIL_LOGGER
-
ENSURE_UTIL_LOGGER
public static final EnsureUtilLogger ENSURE_UTIL_LOGGER
-
-