Uses of Interface
org.eclipse.rdf4j.common.app.logging.LogConfiguration
-
Packages that use LogConfiguration Package Description org.eclipse.rdf4j.common.app org.eclipse.rdf4j.common.app.logging.base org.eclipse.rdf4j.common.app.logging.logback -
-
Uses of LogConfiguration in org.eclipse.rdf4j.common.app
Fields in org.eclipse.rdf4j.common.app declared as LogConfiguration Modifier and Type Field Description private LogConfiguration
AppConfiguration. loggingConfiguration
Methods in org.eclipse.rdf4j.common.app that return LogConfiguration Modifier and Type Method Description LogConfiguration
AppConfiguration. getLogConfiguration()
Get logging configurationprivate LogConfiguration
AppConfiguration. loadLogConfiguration()
Load and instantiate the logging configuration. -
Uses of LogConfiguration in org.eclipse.rdf4j.common.app.logging.base
Classes in org.eclipse.rdf4j.common.app.logging.base that implement LogConfiguration Modifier and Type Class Description class
AbstractLogConfiguration
Base implementation of LogConfiguration.class
LogConfigurationBase
Deprecated.UseAbstractLogConfiguration
instead. -
Uses of LogConfiguration in org.eclipse.rdf4j.common.app.logging.logback
Classes in org.eclipse.rdf4j.common.app.logging.logback that implement LogConfiguration Modifier and Type Class Description class
LogbackConfiguration
-