Interface SpincastLogbackConfigurerConfig
- All Known Implementing Classes:
AppLogbackConfigurerConfig
,SpincastLogbackConfigurerConfigDefault
public interface SpincastLogbackConfigurerConfig
-
Method Summary
Modifier and TypeMethodDescriptionThe 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 thetweakContent(String)
method (an empty string would then be passed to that method). -
tweakContent
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.
-