Interface SpincastLogbackConfigurerConfig

All Known Implementing Classes:
AppLogbackConfigurerConfig, SpincastLogbackConfigurerConfigDefault

public interface SpincastLogbackConfigurerConfig
  • Method Summary

    Modifier and Type
    Method
    Description
    The path about the Logback XML file to load.
    tweakContent(String logbackContent)
    Allows you to tweak the Logback content before it is applied.
  • Method Details

    • getResourceInfo

      ResourceInfo getResourceInfo()
      The path about the Logback XML file to load.

      The file can be on the classpath or on the file system.

      You can return null if you want to provide the full content using the tweakContent(String) method (an empty string would then be passed to that method).

    • tweakContent

      String tweakContent(String logbackContent)
      Allows you to tweak the Logback content before it is applied.

      You can use this for example to replace some placeholders in the Logback content.