Class LogConfigurationBase
- java.lang.Object
-
- org.eclipse.rdf4j.common.app.logging.base.AbstractLogConfiguration
-
- org.eclipse.rdf4j.common.app.logging.base.LogConfigurationBase
-
- All Implemented Interfaces:
Configuration
,LogConfiguration
@Deprecated(since="4.0") public abstract class LogConfigurationBase extends AbstractLogConfiguration
Deprecated.UseAbstractLogConfiguration
instead.- Author:
- Jeen Broekstra
-
-
Field Summary
-
Fields inherited from interface org.eclipse.rdf4j.common.app.config.Configuration
DEFAULT_RESOURCES_LOCATION, DIR, RESOURCES_LOCATION
-
Fields inherited from interface org.eclipse.rdf4j.common.app.logging.LogConfiguration
ADMIN_EVENT_LOG_FILE, ADMIN_EVENT_LOGGER_NAME, LOG_FILE, LOGGING_DIR, USER_EVENT_LOG_FILE, USER_EVENT_LOGGER_NAME
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
LogConfigurationBase()
Deprecated.Constructor
-
Method Summary
-
Methods inherited from class org.eclipse.rdf4j.common.app.logging.base.AbstractLogConfiguration
getAppConfiguration, getBaseDir, getConfDir, getLoggingDir, getPackages, isDebugLoggingEnabled, setAppConfiguration, setBaseDir, setDebugLoggingEnabled
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.eclipse.rdf4j.common.app.config.Configuration
destroy, init, load, save
-
Methods inherited from interface org.eclipse.rdf4j.common.app.logging.LogConfiguration
getDefaultLogReader, getLogReader
-
-
-
-
Constructor Detail
-
LogConfigurationBase
protected LogConfigurationBase() throws IOException
Deprecated.Constructor- Throws:
IOException
-
-