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 LogbackLoggingConcernLogbackLoggingConcern. autoConfigure()Automatically configures this logging concern.LogbackLoggingConcernLogbackLoggingConcern. configure(java.io.File file)Configures this logging concern from a Logback configuration file.LogbackLoggingConcernLogbackLoggingConcern. configure(java.io.InputStream inputStream)Configures this logging concern from a Logback configuration file from a specified input stream.LogbackLoggingConcernLogbackLoggingConcern. configure(java.net.URL url)Configures this logging concern from a Logback configuration file at a specified URL.LogbackLoggingConcernLogbackLoggingConcern. configure(java.nio.file.Path path)Configures this logging concern from a Logback configuration file at a specified path.
-