Interface ConfigProvider
@ConsumerType
public interface ConfigProvider
Provides source for Logback configuration fragment.
- See Also:
-
- "http://logback.qos.ch/manual/configuration.html#fileInclusion"
-
Method Summary
Modifier and TypeMethodDescription@NotNull InputSourceReturn the input source that supplies the logback configuration
-
Method Details
-
getConfigSource
Return the input source that supplies the logback configuration- Returns:
- the input source
-