public interface NativeLibrariesFolderDeletionRetryScheduledTaskLogger
NativeLibrariesFolderDeletionRetryScheduledTask This is only used for 4.4.x.| Modifier and Type | Method and Description |
|---|---|
void |
debug(String template,
Object... parameters)
Logs a message with DEBUG level.
|
void |
error(String template,
Object... parameters)
Logs a message with ERROR level.
|
void |
info(String template,
Object... parameters)
Logs a message with INFO level.
|
void |
warn(String template,
Object... parameters)
Logs a message with WARN level.
|
void debug(String template, Object... parameters)
template - the template to logparameters - the parametersvoid error(String template, Object... parameters)
template - the template to logparameters - the parametersvoid info(String template, Object... parameters)
template - the template to logparameters - the parametersCopyright © 2003–2024 MuleSoft, Inc.. All rights reserved.