Uses of Enum
com.couchbase.client.java.manager.eventing.EventingFunctionLogLevel
-
Uses of EventingFunctionLogLevel in com.couchbase.client.java.manager.eventing
Modifier and TypeMethodDescriptionEventingFunctionSettings.logLevel()
Level of detail in system logging.static EventingFunctionLogLevel
Returns the enum constant of this type with the specified name.static EventingFunctionLogLevel[]
EventingFunctionLogLevel.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionEventingFunctionSettings.Builder.logLevel
(EventingFunctionLogLevel logLevel) Level of detail in system logging.