Class LoggingOptions
java.lang.Object
org.codice.ddf.test.common.options.BasicOptions
org.codice.ddf.test.common.options.LoggingOptions
Options for configuring log levels during test execution
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic org.ops4j.pax.exam.OptioncodiceLoggingLevel(String logLevel) static org.ops4j.pax.exam.OptionddfLoggingLevel(String logLevel) static org.ops4j.pax.exam.Optionstatic org.ops4j.pax.exam.OptionlogLevelOption(String name, String level) Creates options to add log configuration lines to the etc/org.ops4j.pax.logging.cfg file.Methods inherited from class org.codice.ddf.test.common.options.BasicOptions
appendConfiguration, getConfiguration, getConfigurationPath, getPortFinder, getProperties, recordConfiguration
-
Constructor Details
-
LoggingOptions
public LoggingOptions()
-
-
Method Details
-
defaultLogging
public static org.ops4j.pax.exam.Option defaultLogging() -
ddfLoggingLevel
-
codiceLoggingLevel
-
logLevelOption
Creates options to add log configuration lines to the etc/org.ops4j.pax.logging.cfg file. See .- Parameters:
name- name of the logger to setlevel- String value to set the logger level- Returns:
- options to set the log level
-