Uses of Enum
com.couchbase.client.java.manager.eventing.EventingFunctionLogLevel
Packages that use EventingFunctionLogLevel
- 
Uses of EventingFunctionLogLevel in com.couchbase.client.java.manager.eventingMethods in com.couchbase.client.java.manager.eventing that return EventingFunctionLogLevelModifier and TypeMethodDescriptionEventingFunctionSettings.logLevel()Level of detail in system logging.static EventingFunctionLogLevelReturns 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.Methods in com.couchbase.client.java.manager.eventing with parameters of type EventingFunctionLogLevelModifier and TypeMethodDescriptionEventingFunctionSettings.Builder.logLevel(EventingFunctionLogLevel logLevel) Level of detail in system logging.