EntryType Enumeration
Entry type of log messages
Definition
Namespace: Articy.Api
Assembly: PublicApiTypes (in PublicApiTypes.dll) Version: 1.0.0
Assembly: PublicApiTypes (in PublicApiTypes.dll) Version: 1.0.0
C#
public enum EntryTypeMembers
| Error | 0 | the message denotes an error |
| Warning | 1 | the message denotes a warning |
| Info | 2 | the message denotes a information |
| Trace | 3 | the message is a trace entry |
| Debug | 4 | the message is a debug output |