Summary: Isode components write to logging streams when events occur.
Facility mclient
mclient library messages
Name | Severity | ID | Description | Action |
---|---|---|---|---|
debug | debug | 1 | The mclient library logged a debug message | No operator action |
debug_exception | debug | 2 | The mclient library logged a debug message about an exception | No operator action |
error | error | 5 | The mclient library logged an error message | Determine the cause of the error |
error_exception | error | 6 | The mclient library logged an error message about an exception | Determine the cause of the error |
fatal | fatal | 11 | The mclient library logged a fatal message | Contact Isode support |
fatal_exception | fatal | 12 | The mclient library logged a fatal message about an exception | Contact Isode support |
info | info | 3 | The mclient library logged an informational message | None |
info_exception | info | 4 | The mclient library logged an informational message about an exception | None |
trace_entering | detail | 13 | The mclient function was entered | No operator action |
trace_exit_str | detail | 14 | The mclient function returned | No operator action |
trace_leave_int | detail | 15 | The mclient function returned | No operator action |
trace_throwing | detail | 16 | The mclient library is throwing an exception | No operator action |
verbose | detail | 7 | The mclient library logged a detailed informational message | None |
verbose_exception | detail | 8 | The mclient library logged a detailed informational message about an exception | None |
warning | warning | 9 | The mclient library logged a warning message | Check whether the message suggests any action |
warning_exception | warning | 10 | The mclient library logged a warning message about an exception | Check whether the message suggests any action |
debug
- Message Text
- %1/%2
- Parameters
- tag
- message
- Description
- The mclient library logged a debug message
- Action
- No operator action
debug_exception
- Message Text
- %1/%2 (Exception: %3)
- Parameters
- tag
- message
- exception
- Description
- The mclient library logged a debug message about an exception
- Action
- No operator action
info
- Message Text
- %1/%2
- Parameters
- tag
- message
- Description
- The mclient library logged an informational message
- Action
- None
info_exception
- Message Text
- %1/%2 (Exception: %3)
- Parameters
- tag
- message
- exception
- Description
- The mclient library logged an informational message about an exception
- Action
- None
error
- Message Text
- %1/%2
- Parameters
- tag
- message
- Description
- The mclient library logged an error message
- Action
- Determine the cause of the error
error_exception
- Message Text
- %1/%2 (Exception: %3)
- Parameters
- tag
- message
- exception
- Description
- The mclient library logged an error message about an exception
- Action
- Determine the cause of the error
verbose
- Message Text
- %1/%2
- Parameters
- tag
- message
- Description
- The mclient library logged a detailed informational message
- Action
- None
verbose_exception
- Message Text
- %1/%2 (Exception: %3)
- Parameters
- tag
- message
- exception
- Description
- The mclient library logged a detailed informational message about an exception
- Action
- None
warning
- Message Text
- %1/%2
- Parameters
- tag
- message
- Description
- The mclient library logged a warning message
- Action
- Check whether the message suggests any action
warning_exception
- Message Text
- %1/%2 (Exception: %3)
- Parameters
- tag
- message
- exception
- Description
- The mclient library logged a warning message about an exception
- Action
- Check whether the message suggests any action
fatal
- Message Text
- %1/%2
- Parameters
- tag
- message
- Description
- The mclient library logged a fatal message
- Action
- Contact Isode support
fatal_exception
- Message Text
- %1/%2 (Exception: %3)
- Parameters
- tag
- message
- exception
- Description
- The mclient library logged a fatal message about an exception
- Action
- Contact Isode support
trace_entering
- Message Text
- Entered %1
- Parameters
- Method
- Description
- The mclient function was entered
- Action
- No operator action
trace_exit_str
- Message Text
- Leaving %1 with return value: %2
- Parameters
- Method
- StringResult
- Description
- The mclient function returned
- Action
- No operator action
trace_leave_int
- Message Text
- Leaving %1 with return value: %2
- Parameters
- Method
- IntResult
- Description
- The mclient function returned
- Action
- No operator action
trace_throwing
- Message Text
- %1 is throwing exception: %2
- Parameters
- Method
- Exception
- Description
- The mclient library is throwing an exception
- Action
- No operator action