Class LoggingParameters
- java.lang.Object
-
- com.carrotsearch.console.launcher.LoggingParameters
-
public class LoggingParameters extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description java.nio.file.Pathconfigurationstatic java.lang.StringOPT_LOGGING_CONFIGstatic java.lang.StringOPT_QUIETstatic java.lang.StringOPT_SKIPstatic java.lang.StringOPT_TRACEstatic java.lang.StringOPT_VERBOSEbooleanquietbooleanskipbooleantracebooleanverbose
-
Constructor Summary
Constructors Constructor Description LoggingParameters()
-
-
-
Field Detail
-
OPT_QUIET
public static final java.lang.String OPT_QUIET
- See Also:
- Constant Field Values
-
OPT_VERBOSE
public static final java.lang.String OPT_VERBOSE
- See Also:
- Constant Field Values
-
OPT_TRACE
public static final java.lang.String OPT_TRACE
- See Also:
- Constant Field Values
-
OPT_SKIP
public static final java.lang.String OPT_SKIP
- See Also:
- Constant Field Values
-
OPT_LOGGING_CONFIG
public static final java.lang.String OPT_LOGGING_CONFIG
- See Also:
- Constant Field Values
-
quiet
public boolean quiet
-
verbose
public boolean verbose
-
trace
public boolean trace
-
skip
public boolean skip
-
configuration
public java.nio.file.Path configuration
-
-