Click or drag to resize
LogType Enumeration
Definition of different types of log messages.

Namespace: ArtDatabanken.WebService.Data
Assembly: ArtDatabanken.WebService.Data (in ArtDatabanken.WebService.Data.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax
public enum LogType
Members
  Member nameValueDescription
None0 No specific log type.
Error1 An error log row.
Information2 Log entry that simply states that something has happened.
Security3 Log entry related to security.
SpeciesObservationStatistic4 Log about update of species observation table.
SpeciesObservationUpdate5 Log about nightly update of species observation table.
SpeciesObservationArtportalenUpdate6 Log about nightly update of species observation table. in the species gateway.
Trace7 Trace entry.
See Also