Click or drag to resize

EntryType Enumeration

Entry type of log messages

Namespace:  Articy.Api
Assembly:  PublicApiTypes (in PublicApiTypes.dll) Version: 1.0.0
Syntax
C#
public enum EntryType
Members
  Member nameValueDescription
Error0 the message denotes an error
Warning1 the message denotes a warning
Info2 the message denotes a information
Trace3 the message is a trace entry
Debug4 the message is a debug output
See Also