Click or drag to resize

LogLevel Enumeration

A classification for messages in the log.

Namespace:  Autodesk.iLogic.Interfaces
Assembly:  Autodesk.iLogic.Interfaces (in Autodesk.iLogic.Interfaces.dll) Version: 23.0
Syntax
Public Enumeration LogLevel
Members
  Member nameValueDescription
None0 This means that logging is off: no messages will be logged.
Trace1 Detailed messages about iLogic operations: e.g. events, rule entry and exit.
Debug2 User defined debug messages.
Info3 User defined informational messages.
Warn4 User defined warning messages.
Error5 Errors from the iLogic system, plus user-defined error messages.
Fatal6 Fatal errors. This should only be used for messages that cause the Inventor process to terminate.
See Also