Uses of Class
io.clogr.logback.LogbackLoggingConcern
-
-
Uses of LogbackLoggingConcern in io.clogr.logback
Methods in io.clogr.logback that return LogbackLoggingConcern Modifier and Type Method Description LogbackLoggingConcern
LogbackLoggingConcern. autoConfigure()
Automatically configures this logging concern.LogbackLoggingConcern
LogbackLoggingConcern. configure(java.io.File file)
Configures this logging concern from a Logback configuration file.LogbackLoggingConcern
LogbackLoggingConcern. configure(java.io.InputStream inputStream)
Configures this logging concern from a Logback configuration file from a specified input stream.LogbackLoggingConcern
LogbackLoggingConcern. configure(java.net.URL url)
Configures this logging concern from a Logback configuration file at a specified URL.LogbackLoggingConcern
LogbackLoggingConcern. configure(java.nio.file.Path path)
Configures this logging concern from a Logback configuration file at a specified path.
-