public abstract class VerbosityConstants
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
DETAILED_INFO
The verbosity level for simulators which are expected to report error, warning and basic and detailed info messages no messages
|
static int |
ERROR
The verbosity level for simulators which are expected to report only error messages
|
static int |
GENERAL_INFO
The verbosity level for simulators which are expected to report error, warning and basic info messages no messages
|
static int |
MAXIMUM_VERBOSITY
The highest level of verbosity
|
static int |
NO_MESSAGES
The verbosity level for simulators which are expected to report no messages
|
static int |
WARNINGS
The verbosity level for simulators which are expected to report error and warning messages
|
Constructor and Description |
---|
VerbosityConstants() |
public static final int NO_MESSAGES
public static final int ERROR
public static final int WARNINGS
public static final int GENERAL_INFO
public static final int DETAILED_INFO
public static final int MAXIMUM_VERBOSITY