Definition of different types of log messages.
Namespace: ArtDatabanken.WebService.DataAssembly: ArtDatabanken.WebService.Data (in ArtDatabanken.WebService.Data.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax Public Enumeration LogType
public enum class LogType
Members
| Member name | Value | Description |
---|
| None | 0 |
No specific log type.
|
| Error | 1 |
An error log row.
|
| Information | 2 |
Log entry that simply states that something has happened.
|
| Security | 3 |
Log entry related to security.
|
| SpeciesObservationStatistic | 4 |
Log about update of species observation table.
|
| SpeciesObservationUpdate | 5 |
Log about nightly update of species observation table.
|
| SpeciesObservationArtportalenUpdate | 6 |
Log about nightly update of species observation table.
in the species gateway.
|
| Trace | 7 |
Trace entry.
|
See Also