org.sonar.batch.bootstrapper
Class LoggingConfiguration
java.lang.Object
org.sonar.batch.bootstrapper.LoggingConfiguration
public final class LoggingConfiguration
- extends Object
- Since:
- 2.14
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PROPERTY_ROOT_LOGGER_LEVEL
public static final String PROPERTY_ROOT_LOGGER_LEVEL
- See Also:
- Constant Field Values
PROPERTY_SQL_RESULTS_LOGGER_LEVEL
public static final String PROPERTY_SQL_RESULTS_LOGGER_LEVEL
- See Also:
- Constant Field Values
PROPERTY_FORMAT
public static final String PROPERTY_FORMAT
- See Also:
- Constant Field Values
LEVEL_ROOT_VERBOSE
public static final String LEVEL_ROOT_VERBOSE
- See Also:
- Constant Field Values
LEVEL_ROOT_DEFAULT
public static final String LEVEL_ROOT_DEFAULT
- See Also:
- Constant Field Values
LEVEL_SQL_VERBOSE
public static final String LEVEL_SQL_VERBOSE
- See Also:
- Constant Field Values
LEVEL_SQL_DEFAULT
public static final String LEVEL_SQL_DEFAULT
- See Also:
- Constant Field Values
LEVEL_SQL_RESULTS_VERBOSE
public static final String LEVEL_SQL_RESULTS_VERBOSE
- See Also:
- Constant Field Values
LEVEL_SQL_RESULTS_DEFAULT
public static final String LEVEL_SQL_RESULTS_DEFAULT
- See Also:
- Constant Field Values
setProperties
public LoggingConfiguration setProperties(Map<String,String> properties)
setVerbose
public LoggingConfiguration setVerbose(boolean verbose)
setShowSqlResults
public LoggingConfiguration setShowSqlResults(boolean showSqlResults)
setRootLevel
public LoggingConfiguration setRootLevel(String level)
setSqlResultsLevel
public LoggingConfiguration setSqlResultsLevel(String level)
addSubstitutionVariable
public LoggingConfiguration addSubstitutionVariable(String key,
String value)
Copyright © 2009–2015 SonarSource. All rights reserved.