public interface ILogging extends IBaseUtil
| Modifier and Type | Method and Description |
|---|---|
void |
log(ILoggingLogLevel level,
java.lang.String message)
Logs the given message, with the given log level if specified, to the standard platform/environment.
|
void |
log(ILoggingLogLevel level,
java.lang.String category,
java.lang.String message)
Logs the given message, with the given log level if specified, to the standard platform/environment.
|
getAPIGroup, getAPIVersionvoid log(ILoggingLogLevel level, java.lang.String category, java.lang.String message)
level - Log levelcategory - Category/tag name to identify/filter the log.message - Message to be loggedvoid log(ILoggingLogLevel level, java.lang.String message)
level - Log levelmessage - Message to be logged