public class IoUtilLogger extends UtilsLogger
ENSURE_UTIL_LOGGER, IO_UTIL_LOGGER, PROJECT_CODEcomponentId, delegateLogger, projectCode| Constructor and Description |
|---|
IoUtilLogger() |
| Modifier and Type | Method and Description |
|---|---|
IoUtilException |
fileNotFoundException(String filename) |
IoUtilException |
fileNotFoundException(String filename,
Exception cause) |
IoUtilException |
nullParameter(String parameter) |
IoUtilException |
unableToReadFromReader(Throwable cause) |
IoUtilException |
unableToReadInputStream(IOException cause) |
createLogger, exceptionMessage, formatMessageTemplate, isDebugEnabled, isErrorEnabled, isInfoEnabled, isWarnEnabled, logDebug, logError, logInfo, logWarnpublic IoUtilException unableToReadInputStream(IOException cause)
public IoUtilException fileNotFoundException(String filename, Exception cause)
public IoUtilException fileNotFoundException(String filename)
public IoUtilException nullParameter(String parameter)
public IoUtilException unableToReadFromReader(Throwable cause)
Copyright © 2014–2019 Camunda Services GmbH. All rights reserved.