Summary: Isode components write to logging streams when events occur.

Facility mclient

mclient library messages

NameSeverityIDDescriptionAction
debugdebug1The mclient library logged a debug messageNo operator action
debug_exceptiondebug2The mclient library logged a debug message about an exceptionNo operator action
errorerror5The mclient library logged an error messageDetermine the cause of the error
error_exceptionerror6The mclient library logged an error message about an exceptionDetermine the cause of the error
fatalfatal11The mclient library logged a fatal messageContact Isode support
fatal_exceptionfatal12The mclient library logged a fatal message about an exceptionContact Isode support
infoinfo3The mclient library logged an informational messageNone
info_exceptioninfo4The mclient library logged an informational message about an exceptionNone
trace_enteringdetail13The mclient function was enteredNo operator action
trace_exit_strdetail14The mclient function returnedNo operator action
trace_leave_intdetail15The mclient function returnedNo operator action
trace_throwingdetail16The mclient library is throwing an exceptionNo operator action
verbosedetail7The mclient library logged a detailed informational messageNone
verbose_exceptiondetail8The mclient library logged a detailed informational message about an exceptionNone
warningwarning9The mclient library logged a warning messageCheck whether the message suggests any action
warning_exceptionwarning10The mclient library logged a warning message about an exceptionCheck whether the message suggests any action

debug

Message Text
  • %1/%2
Parameters
  1. tag
  2. message
Description
The mclient library logged a debug message
Action
No operator action

debug_exception

Message Text
  • %1/%2 (Exception: %3)
Parameters
  1. tag
  2. message
  3. exception
Description
The mclient library logged a debug message about an exception
Action
No operator action

info

Message Text
  • %1/%2
Parameters
  1. tag
  2. message
Description
The mclient library logged an informational message
Action
None

info_exception

Message Text
  • %1/%2 (Exception: %3)
Parameters
  1. tag
  2. message
  3. exception
Description
The mclient library logged an informational message about an exception
Action
None

error

Message Text
  • %1/%2
Parameters
  1. tag
  2. 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
  1. tag
  2. message
  3. 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
  1. tag
  2. message
Description
The mclient library logged a detailed informational message
Action
None

verbose_exception

Message Text
  • %1/%2 (Exception: %3)
Parameters
  1. tag
  2. message
  3. exception
Description
The mclient library logged a detailed informational message about an exception
Action
None

warning

Message Text
  • %1/%2
Parameters
  1. tag
  2. 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
  1. tag
  2. message
  3. 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
  1. tag
  2. message
Description
The mclient library logged a fatal message
Action
Contact Isode support

fatal_exception

Message Text
  • %1/%2 (Exception: %3)
Parameters
  1. tag
  2. message
  3. exception
Description
The mclient library logged a fatal message about an exception
Action
Contact Isode support

trace_entering

Message Text
  • Entered %1
Parameters
  1. Method
Description
The mclient function was entered
Action
No operator action

trace_exit_str

Message Text
  • Leaving %1 with return value: %2
Parameters
  1. Method
  2. StringResult
Description
The mclient function returned
Action
No operator action

trace_leave_int

Message Text
  • Leaving %1 with return value: %2
Parameters
  1. Method
  2. IntResult
Description
The mclient function returned
Action
No operator action

trace_throwing

Message Text
  • %1 is throwing exception: %2
Parameters
  1. Method
  2. Exception
Description
The mclient library is throwing an exception
Action
No operator action

All rights reserved © 2002 - 2024 Isode Ltd.