MongoDB .NET Driver API Documentation
MongoDB .NET Driver API Documentation
Namespaces
MongoDB.Driver.Core.Events.Diagnostics
LogEnricher Class
LogLevel Enumeration
LogListener Class
PerformanceCounterListener Class
LogLevel Enumeration
This API is preliminary and subject to change.
Represents a log level.
Namespace:
MongoDB.Driver.Core.Events.Diagnostics
Assembly:
MongoDB.Driver.Core (in MongoDB.Driver.Core.dll) Version: 2.0.1
Syntax
C#
VB
F#
Copy
public
enum
LogLevel
Public
Enumeration
LogLevel
type
LogLevel
Members
Member name
Value
Description
Debug
0
Debug log level.
Info
1
Information log level.
Error
2
Error log level.
See Also
Reference
MongoDB.Driver.Core.Events.Diagnostics Namespace
Copyright © 2010-2015 MongoDB Inc.
Send comments on this topic to
MongoDB