Class LoggedProperties
java.lang.Object
com.fayupable.logged.spring.config.LoggedProperties
Configuration properties for this library, bound under the
logged
prefix in an application's own configuration (for example
application.yml).
Every property here has a safe default, so an application that
declares no logged.* configuration at all gets the exact same
behavior as before this class existed. These properties exist purely as
an opt-in escape hatch for the cases documented on each field.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classProperties controlling how the caller's identity is resolved.static classProperties controlling metrics recording. -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
LoggedProperties
public LoggedProperties()
-
-
Method Details
-
isEnabled
public boolean isEnabled() -
setEnabled
public void setEnabled(boolean enabled) -
getClientInfo
-
getMetrics
-