Class LoggedProperties

java.lang.Object
com.fayupable.logged.spring.config.LoggedProperties

@ConfigurationProperties(prefix="logged") public class LoggedProperties extends Object
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.

  • Constructor Details

    • LoggedProperties

      public LoggedProperties()
  • Method Details