org.camunda.commons.utils
Class UtilsLogger

java.lang.Object
  extended by org.camunda.commons.logging.BaseLogger
      extended by org.camunda.commons.utils.UtilsLogger
Direct Known Subclasses:
EnsureUtilLogger, IoUtilLogger

public class UtilsLogger
extends BaseLogger

Author:
Sebastian Menski

Field Summary
static EnsureUtilLogger ENSURE_UTIL_LOGGER
           
static IoUtilLogger IO_UTIL_LOGGER
           
static String PROJECT_CODE
           
 
Fields inherited from class org.camunda.commons.logging.BaseLogger
componentId, delegateLogger, projectCode
 
Constructor Summary
UtilsLogger()
           
 
Method Summary
 
Methods inherited from class org.camunda.commons.logging.BaseLogger
createLogger, exceptionMessage, formatMessageTemplate, isDebugEnabled, isErrorEnabled, isInfoEnabled, isWarnEnabled, logDebug, logError, logInfo, logWarn
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PROJECT_CODE

public static final 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
Constructor Detail

UtilsLogger

public UtilsLogger()


Copyright © 2015 camunda services GmbH. All rights reserved.