Public Member Functions | |
LoggingLevelPolicy (Level value) | |
LoggingLevelPolicy (Level value, short conformance, short range) throws AssertionFailed | |
LoggingLevelPolicy (String value) | |
String | getDescription () |
Static Public Attributes | |
final String | NAME = "LoggingLevelPolicy" |
LoggingLevelPolicy
.
The handler installed as a result of this policy will log all message log entries with a level equal to or greater than the level carried as a value of this policy. If, during installation of the policy, the console handler is already installed, the QoSProvider
installing the policy should recheck the logging levels.
Matej Sekoranja (matej.sekoranja@cosylab.com)
MessageLog
java.util.logging.Level
|
Constructs a new policy, given the log level for the console handler, using the default point range and best-effort semantics.
|
|
Full constructor form for this policy, takes a level argument for the console handler as well as the conformance and range parameters.
|
|
Constructs a new policy from the string. The allowed values of the string are all values from which a
|
|
Returns a short description of this policy.
|
|
The name of this policy. By policy design contract this is the name of the class for this policy without the leading package prefix. |