public class LoggingDelegate extends BaseUtilDelegate implements me.adaptive.arp.api.ILogging
| Constructor and Description |
|---|
LoggingDelegate()
Default Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
log(me.adaptive.arp.api.ILoggingLogLevel level,
java.lang.String message)
Logs the given message, with the given log level if specified, to the standard platform/environment.
|
void |
log(me.adaptive.arp.api.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, getAPIVersionpublic void log(me.adaptive.arp.api.ILoggingLogLevel level,
java.lang.String message)
log in interface me.adaptive.arp.api.ILogginglevel - Log levelmessage - Message to be loggedpublic void log(me.adaptive.arp.api.ILoggingLogLevel level,
java.lang.String category,
java.lang.String message)
log in interface me.adaptive.arp.api.ILogginglevel - Log levelcategory - Category/tag name to identify/filter the log.message - Message to be logged