Package com.vaadin.extension.conf
Class Configuration
java.lang.Object
com.vaadin.extension.conf.Configuration
Provides the effective configuration for the Vaadin observability extension.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic booleanisEnabled(TraceLevel traceLevel) Checks whether a trace level is enabled.
-
Field Details
-
TRACE_LEVEL
-
-
Constructor Details
-
Configuration
public Configuration()
-
-
Method Details
-
isEnabled
Checks whether a trace level is enabled. Can be used by instrumentations to check whether some detail should be added to a trace or not.- Parameters:
traceLevel- the trace level to check- Returns:
- true if the trace level is enabled, false if not
-