EntryType Enumeration

Entry type of log messages

Definition

Namespace: Articy.Api
Assembly: PublicApiTypes (in PublicApiTypes.dll) Version: 1.0.0
C#
public enum EntryType

Members

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