MarkLogic XDBC.NET Library

XdmpLoggerLevel Enumeration

Provides an enumeration of logging levels for XDBC.NET client debugging support.

[Visual Basic]
Public Enum XdmpLoggerLevel
[C#]
public enum XdmpLoggerLevel

Members

Member NameDescription
None Log Level specifying no trace output.
Error Log Level specifying error trace output.
Warning Log Level specifying warning trace output.
Info Log Level specifying information trace output.
Debug1 Log Level specifying informational trace output.
Debug2 Log Level specifying minimal debugging trace output.
Debug3 Log Level specifying moderate debugging trace output.
Config Log Level specifying maximum debugging trace output.
All Log Level specifying all trace output.

Requirements

Namespace: MarkLogic.Xdmp

Assembly: MarkLogicXdbc (in MarkLogicXdbc.dll)

See Also

MarkLogic.Xdmp Namespace