Uses of Class
com.couchbase.client.java.manager.eventing.EventingFunctionLogLevel
-
Packages that use EventingFunctionLogLevel Package Description com.couchbase.client.java.manager.eventing -
-
Uses of EventingFunctionLogLevel in com.couchbase.client.java.manager.eventing
Methods in com.couchbase.client.java.manager.eventing that return EventingFunctionLogLevel Modifier and Type Method Description EventingFunctionLogLevelEventingFunctionSettings. logLevel()Level of detail in system logging.static EventingFunctionLogLevelEventingFunctionLogLevel. valueOf(String name)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.Methods in com.couchbase.client.java.manager.eventing with parameters of type EventingFunctionLogLevel Modifier and Type Method Description EventingFunctionSettings.BuilderEventingFunctionSettings.Builder. logLevel(EventingFunctionLogLevel logLevel)Level of detail in system logging.
-