Java-DSAPI messages
| Name | Severity | ID | Description | Action |
|---|---|---|---|---|
| jni_trace_enter | debug | 1 | The JNI function was entered. | No operator action |
| jni_trace_exception_pending | debug | 2 | The JNI function returned with a pending exception | No operator action |
| jni_trace_leave_int | debug | 4 | The JNI function returned. | No operator action |
| jni_trace_leave_string | debug | 3 | The JNI function returned. | No operator action |
| jni_trace_throwing | debug | 5 | JNI is throwing an exception to the Java layer | No operator action |
| jni_unexpected_exception | error | 6 | An exception has been caught during JNI cleanup, which probably indicates a serious Java problem or a programming error. | Submit the logs to Isode. |
| log_critical | critical | 106 | A Java method logged a critical error. | Submit the logs to Isode. |
| log_fine | detail | 102 | A Java method logged a message for tracing purposes. | No operator action |
| log_finest | debug | 101 | A Java method logged a message for tracing purposes. | No operator action |
| log_info | information | 103 | A Java method logged an informational message. | No operator action |
| log_severe | error | 105 | A Java method logged a severe error. | The message should contain information explaining what action is required. |
| log_warning | warning | 104 | A Java method logged a warning message. | The message should contain information explaining what action is required. |