Package | Description |
---|---|
agilermi.codemobility |
Provides modules useful to customize the dynamic class downloading
mechanism.
|
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 |
---|---|
BasicCodeServer |
BasicCodeServer.enableDebugLogs(RMILogger logger) |
Modifier and Type | Method and Description |
---|---|
static RMILogger |
RMILogger.get(java.lang.Class<?> cls)
Creates a
Logger using the name of the specified class |
static RMILogger |
RMILogger.get(java.lang.Class<?> cls,
java.io.PrintStream printStream)
Creates a
Logger using the name of the specified class and the given
PrintStream on which the logger must print. |
static RMILogger |
RMILogger.get(java.lang.String name)
Creates a
Logger using the specified name |
static RMILogger |
RMILogger.get(java.lang.String name,
java.io.PrintStream printStream)
Creates a
Logger using the specified name and the given
PrintStream on which the logger must print. |