Table of Contents

Class Level

Namespace
Java.Util.Logging
Assembly
MASES.JNet.dll
public class Level : Serializable, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition, ISerializable
Inheritance
Level
Implements
Extension Methods

Constructors

Level(IJVMBridgeBaseInitializer)

Initializer used internally by JCOBridge. Do not use directly.

[Obsolete("This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public Level(IJVMBridgeBaseInitializer initializer)

Parameters

initializer IJVMBridgeBaseInitializer

Properties

ALL

public static Level ALL { get; set; }

Property Value

Level

BridgeClassName

Java class name to be instantiated

public override string BridgeClassName { get; }

Property Value

string

CONFIG

public static Level CONFIG { get; set; }

Property Value

Level

FINE

public static Level FINE { get; set; }

Property Value

Level

FINER

public static Level FINER { get; set; }

Property Value

Level

FINEST

public static Level FINEST { get; set; }

Property Value

Level

INFO

public static Level INFO { get; set; }

Property Value

Level

IsBridgeAbstract

true if the BridgeClassName is an abstract class, i.e. cannot be created an instance

public override bool IsBridgeAbstract { get; }

Property Value

bool

IsBridgeCloseable

true if the BridgeClassName implements java.lang.AutoCloseable

public override bool IsBridgeCloseable { get; }

Property Value

bool

IsBridgeInterface

true if the BridgeClassName is an interface, i.e. does not have any public constructor

public override bool IsBridgeInterface { get; }

Property Value

bool

IsBridgeStatic

true if the BridgeClassName is a static class, i.e. does not have any public constructor

public override bool IsBridgeStatic { get; }

Property Value

bool

LocalizedName

public String LocalizedName { get; }

Property Value

String

Name

public String Name { get; }

Property Value

String

OFF

public static Level OFF { get; set; }

Property Value

Level

ResourceBundleName

public String ResourceBundleName { get; }

Property Value

String

SEVERE

public static Level SEVERE { get; set; }

Property Value

Level

WARNING

public static Level WARNING { get; set; }

Property Value

Level

Methods

IntValue()

public int IntValue()

Returns

int

int

Parse(String)

public static Level Parse(String arg0)

Parameters

arg0 String

String

Returns

Level

Level

Exceptions

IllegalArgumentException