LogType Enumeration | |
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
A type containing valid values for LogEntry.LogType.
Namespace:
Telogis.GeoBase.Diagnostics
Assembly:
geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax [FlagsAttribute]
public enum LogType
<FlagsAttribute>
Public Enumeration LogType
Members
| Member name | Value | Description |
---|
| None | 0 | |
| Trace | 1 |
The value associated with ILog.Trace.
|
| Debug | 2 |
The value associated with ILog.Debug.
|
| Info | 4 |
The value associated with ILog.Info.
|
| Warn | 8 |
The value associated with ILog.Warn.
|
| Error | 16 |
The value associated with ILog.Error.
|
See Also