Summary: Isode components write to logging streams when events occur.
Facility javadsapimsg
Java-DSAPI messages
Name | Severity | ID | Description | Action |
---|---|---|---|---|
jni_trace_enter | detail | 1 | The JNI function was entered. | No operator action |
jni_trace_exception_pending | detail | 2 | The JNI function returned with a pending exception | No operator action |
jni_trace_leave_int | detail | 4 | The JNI function returned. | No operator action |
jni_trace_leave_string | detail | 3 | The JNI function returned. | No operator action |
jni_trace_throwing | detail | 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 | detail | 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. |
jni_trace_enter
- Message Text
- JNI function %1 has been entered
- Parameters
- Function
- Description
- The JNI function was entered.
- Action
- No operator action
jni_trace_exception_pending
- Message Text
- JNI function %1 returned with a Java exception pending
- Parameters
- Function
- Description
- The JNI function returned with a pending exception
- Action
- No operator action
jni_trace_leave_string
- Message Text
- JNI function %1 returned %2
- Parameters
- Function
- Result
- Description
- The JNI function returned.
- Action
- No operator action
jni_trace_leave_int
- Message Text
- JNI function %1 returned %2
- Parameters
- Function
- Result
- Description
- The JNI function returned.
- Action
- No operator action
jni_trace_throwing
- Message Text
- JNI is throwing Java exception: %1
- Parameters
- Function
- Description
- JNI is throwing an exception to the Java layer
- Action
- No operator action
jni_unexpected_exception
- Message Text
- Dropping unexpected exception: %1
- Parameters
- Exception
- Description
- An exception has been caught during JNI cleanup, which probably indicates a serious Java problem or a programming error.
- Action
- Submit the logs to Isode.
log_finest
- Message Text
- %1
- Parameters
- finestText
- Description
- A Java method logged a message for tracing purposes.
- Action
- No operator action
log_fine
- Message Text
- %1
- Parameters
- fineText
- Description
- A Java method logged a message for tracing purposes.
- Action
- No operator action
log_info
- Message Text
- %1
- Parameters
- infoText
- Description
- A Java method logged an informational message.
- Action
- No operator action
log_warning
- Message Text
- %1
- Parameters
- warningText
- Description
- A Java method logged a warning message.
- Action
- The message should contain information explaining what action is required.
log_severe
- Message Text
- %1
- Parameters
- severeText
- Description
- A Java method logged a severe error.
- Action
- The message should contain information explaining what action is required.
log_critical
- Message Text
- %1
- Parameters
- criticalText
- Description
- A Java method logged a critical error.
- Action
- Submit the logs to Isode.