public interface SpincastLogbackConfigurerConfig
| Modifier and Type | Method and Description |
|---|---|
ResourceInfo |
getResourceInfo()
The path about the Logback XML file to load.
|
String |
tweakContent(String logbackContent)
Allows you to tweak the Logback content before it is applied.
|
ResourceInfo getResourceInfo()
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).
Copyright © 2019. All rights reserved.