Skip to main content

Log Message

Writes the specified diagnostic message at the specified level. These messages are also sent to Automind Hub in the Logs page.

Log

  • Log Level: The severity level of the message to be logged. The following options are available: Trace, Info, Warn, Error and Fatal
    • Type: System.Int32
    • Required
    • Dropdown Options:
      • Trace
      • Info
      • Warn
      • Error
      • Fatal
  • Message: The message you want to log. Depending on the option selected from the Level drop-down list, the message is displayed only at that severity level. Only strings and string variables are supported. Note: All strings have to be written between quotation marks.
    • Type: System.Object
    • Required