Click or drag to resize

LogType Enumeration

Verizon Connect Logo
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
Members
  Member nameValueDescription
None0
Trace1 The value associated with ILog.Trace.
Debug2 The value associated with ILog.Debug.
Info4 The value associated with ILog.Info.
Warn8 The value associated with ILog.Warn.
Error16 The value associated with ILog.Error.
See Also