Table of Contents

Class Level

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

Constructors

Level()

Default constructor: even if the corresponding Java class does not have one, it is mandatory for JCOBridge

public Level()

Level(params object[])

Generic constructor: it is useful for JCOBridge when there is a derived class which needs to pass arguments to the highest JVMBridgeBase class

public Level(params object[] args)

Parameters

args object[]

Properties

ALL

public static Level ALL { get; }

Property Value

Level

BridgeClassName

Java class name to be instantiated

public override string BridgeClassName { get; }

Property Value

string

CONFIG

public static Level CONFIG { get; }

Property Value

Level

FINE

public static Level FINE { get; }

Property Value

Level

FINER

public static Level FINER { get; }

Property Value

Level

FINEST

public static Level FINEST { get; }

Property Value

Level

INFO

public static Level INFO { get; }

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 Closeable

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; }

Property Value

Level

ResourceBundleName

public String ResourceBundleName { get; }

Property Value

String

SEVERE

public static Level SEVERE { get; }

Property Value

Level

WARNING

public static Level WARNING { get; }

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