public interface CdsMojoLogger
| Modifier and Type | Method and Description |
|---|---|
void |
logDebug(String message,
Object... args)
Writes a debug message to log.
|
void |
logDebug(Throwable error)
Writes a debug message to log.
|
void |
logError(String message,
Object... args)
Writes an error message to log.
|
void |
logError(String message,
Throwable error,
Object... args)
Writes an error message to log.
|
void |
logError(Throwable error)
Writes an error message to log.
|
void |
logInfo(String message,
Object... args)
Writes a debug message to log.
|
void |
logWarn(String message,
Object... args)
Writes a warning message to log.
|
void |
logWarn(String message,
Throwable error,
Object... args)
Writes a warning message to log.
|
void |
logWarn(Throwable error)
Writes a warning message to log.
|
void logDebug(String message, Object... args)
message - the messageargs - the argumentsvoid logDebug(Throwable error)
error - the exception causing this debug entryvoid logError(String message, Object... args)
message - the messageargs - the argumentsvoid logError(String message, Throwable error, Object... args)
message - the messageerror - the exception causing the errorargs - the argumentsvoid logError(Throwable error)
error - the exception causing the error entryvoid logInfo(String message, Object... args)
message - the messageargs - the argumentsvoid logWarn(String message, Object... args)
message - the messageargs - the argumentsvoid logWarn(String message, Throwable error, Object... args)
message - the messageerror - the exception causing the warningargs - the argumentsvoid logWarn(Throwable error)
error - the exception causing the warningCopyright © 2021. All rights reserved.