Click or drag to resize
LogEntryType Enumeration
Represents the most suitable entry type at which a log entry is entered as.

Namespace: KampData.TaxEngine.API.Enums
Assembly: KDTaxEngine (in KDTaxEngine.dll) Version: 3.0.5512.25362
Syntax
public enum LogEntryType
Members
  Member nameValueDescription
Unknown0 Type is not defined.
Exception1 An exception occured.
Process2 A process was run.
Internal3 Used internally by KampData's software development team.
Configuration4 A setup configuration change was made.
See Also