Package | Description |
---|---|
lavesdk.algorithm.plugin | |
lavesdk.algorithm.plugin.security | |
lavesdk.logging | |
lavesdk.logging.enums | |
lavesdk.sandbox |
Modifier and Type | Method and Description |
---|---|
void |
PluginHost.writeLogMessage(AlgorithmPlugin plugin,
java.lang.String msg,
java.lang.Exception e,
LogType type)
Writes a message to the log file.
|
void |
PluginHost.writeLogMessage(AlgorithmPlugin plugin,
java.lang.String msg,
LogType type)
Writes a message to the log file.
|
Modifier and Type | Method and Description |
---|---|
protected void |
HostSecurity.writeLogMessage(AlgorithmPlugin plugin,
java.lang.String msg,
java.lang.Exception e,
LogType type)
Writes a log message.
|
protected void |
HostSecurity.writeLogMessage(AlgorithmPlugin plugin,
java.lang.String msg,
LogType type)
Writes a log message.
|
Modifier and Type | Method and Description |
---|---|
void |
LogFile.writeToLog(AlgorithmPlugin plugin,
java.lang.String msg,
java.lang.Exception e,
LogType type)
Writes a message to the log file.
|
void |
LogFile.writeToLog(AlgorithmPlugin plugin,
java.lang.String msg,
LogType type)
Writes a message to the log file.
|
void |
LogFile.writeToLog(java.lang.String msg,
java.lang.Exception e,
LogType type)
Writes a message to the log file.
|
void |
LogFile.writeToLog(java.lang.String msg,
LogType type)
Writes a message to the log file.
|
Modifier and Type | Method and Description |
---|---|
static LogType |
LogType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static LogType[] |
LogType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
Sandbox.writeLogMessage(AlgorithmPlugin plugin,
java.lang.String msg,
java.lang.Exception e,
LogType type) |
void |
Sandbox.writeLogMessage(AlgorithmPlugin plugin,
java.lang.String msg,
LogType type) |