VistaDB 6
VistaDB.Diagnostic Namespace / LogLevel Enumeration


LogLevel Enumeration
Enumerates the selections for the level of logging the VistaDB engine will perform (if logging is connected).
Syntax
'Declaration
 
Public Enum LogLevel 
   Inherits System.Enum
 
'Usage
 
Dim instance As LogLevel
Members
MemberDescription
DebugDebug logging can have a performance impact and produce volumninous log data for debugging purposes.
DetailedDetailed logging should have little or no performance impact but can produce a noisier log for more details.
NonePlace-holder value when logging is disabled.
NormalNormal logging should have essentially no performance impact and only light log noise level.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         VistaDB.Diagnostic.LogLevel

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also