Package | Description |
---|---|
agilermi.utility.logging |
Provides a utility implementation of a remote logger that can be used to log
information from remote RMI nodes
|
Modifier and Type | Method and Description |
---|---|
void |
RMILogger.log(java.lang.String format,
java.lang.Object... objects)
Logs a string using the specified format and composed by the specified
objects.
|
void |
RMILogger.logIf(boolean condition,
java.lang.String format,
java.lang.Object... objects)
As
RMILogger.log(String, Object...) logs a string. |