Couchbase .NET SDK __CB_SDK_VERSION__

Show / Hide Table of Contents

Class LoggingEvents

Inheritance
object
LoggingEvents
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Couchbase.Core.Logging
Assembly: Couchbase.NetClient.dll
Syntax
public static class LoggingEvents

Fields

View Source

AnalyticsEvent

Declaration
public const int AnalyticsEvent = 5000
Field Value
Type Description
int
View Source

AuthenticationEvent

Declaration
public const int AuthenticationEvent = 6000
Field Value
Type Description
int
View Source

BootstrapEvent

Declaration
public const int BootstrapEvent = 8000
Field Value
Type Description
int
View Source

ChannelConnectionEvent

Declaration
public const int ChannelConnectionEvent = 10000
Field Value
Type Description
int
View Source

ConfigEvent

Declaration
public const int ConfigEvent = 7000
Field Value
Type Description
int
View Source

KvEvent

Declaration
public const int KvEvent = 2000
Field Value
Type Description
int
View Source

QueryEvent

Declaration
public const int QueryEvent = 1000
Field Value
Type Description
int
View Source

SearchEvent

Declaration
public const int SearchEvent = 4000
Field Value
Type Description
int
View Source

ThresholdEvent

Declaration
public const int ThresholdEvent = 9000
Field Value
Type Description
int
View Source

ViewEvent

Declaration
public const int ViewEvent = 3000
Field Value
Type Description
int
  • View Source
In this article
Back to top Copyright © 2020 Couchbase, Inc. All rights reserved.