Java.Util.Logging.Level Members

The members of Java.Util.Logging.Level are listed below.

See Also: Inherited members from Java.Lang.Object

Protected Constructors

A constructor used when creating managed representations of JNI objects; called by the runtime.
Constructs an instance of Level taking the supplied name and level value.
Constructs an instance of Level taking the supplied name, level value and resource bundle name.

Public Properties

[read-only]
static
AllLevel. The ALL level provides all logging messages.
[read-only]
static
ConfigLevel. The CONFIG level provides static configuration messages.
[read-only]
static
FineLevel. The FINE level provides tracing messages.
[read-only]
static
FinerLevel. The FINER level provides more detailed tracing messages.
[read-only]
static
FinestLevel. The FINEST level provides highly detailed tracing messages.
[read-only]
static
InfoLevel. The INFO level provides informative messages.
[read-only]
LocalizedNamestring. Gets the localized name of this level.
[read-only]
Namestring. Gets the name of this level.
[read-only]
static
OffLevel. The OFF level provides no logging messages.
[read-only]
ResourceBundleNamestring. Gets the name of the resource bundle associated with this level.
[read-only]
static
SevereLevel. The SEVERE level provides severe failure messages.
[read-only]
static
WarningLevel. The WARNING level provides warnings.

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

Public Methods

IntValue() : int
Gets the integer value indicating this level.
static
Parse(string) : Level
Parses a level name into a Level object.
override
ToString() : string
Returns the string representation of this Level object.