Logging level object used by the Logging facility to set or determine the current log levels.
Platform Support
Jaxer Server Framework | Jaxer Client Framework | 1.0 | no |
---|
Constructors
Constructor | Action | Jaxer Server Framework | Jaxer Client Framework | ||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Jaxer.Log.Level Constructor(String name, Number value) : Jaxer.Log.Level
The constructor of a logging level object.Messages must exceed a certain severity level before they are logged.
|
Show Details | 1.0 | no | ||||||||
Jaxer.Log.Level(String name, Number value) : Jaxer.Log.LevelThe constructor of a logging level object.Messages must exceed a certain severity level before they are logged. Parameters
Returns
|
Functions
Method | Action | Jaxer Server Framework | Jaxer Client Framework | ||
---|---|---|---|---|---|
isAtLeast() : Boolean
A common comparison operator on Jaxer.Log.Level objects: is the current level at or above the given level?
|
Show Details | 1.0 | no | ||
Returns
|
|||||
isAtOrBelow() : Boolean
A common comparison operator on Jaxer.Log.Level objects: is the current level at or below the given level?
|
Show Details | 1.0 | no | ||
Returns
|
|||||
isBelow() : Boolean
A common comparison operator on Jaxer.Log.Level objects: is the current level below the given level?
|
Show Details | 1.0 | no | ||
Returns
|
|||||
toString() : String
The textual representation of a level, namely its name
|
Show Details | 1.0 | no | ||
Returns
|