LogManager Constructors

Definition

Overloads

LogManager()

Protected constructor.

LogManager(IntPtr, JniHandleOwnership)

A constructor used when creating managed representations of JNI objects; called by the runtime.

LogManager()

Protected constructor.

[Android.Runtime.Register(".ctor", "()V", "")]
protected LogManager ();
Attributes

Remarks

Protected constructor. This is protected so that container applications (such as J2EE containers) can subclass the object. It is non-public as it is intended that there only be one LogManager object, whose value is retrieved by calling LogManager.getLogManager.

Java documentation for java.util.logging.LogManager.LogManager().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to

LogManager(IntPtr, JniHandleOwnership)

A constructor used when creating managed representations of JNI objects; called by the runtime.

protected LogManager (IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Java.Util.Logging.LogManager : nativeint * Android.Runtime.JniHandleOwnership -> Java.Util.Logging.LogManager

Parameters

javaReference
IntPtr

nativeint

A IntPtrcontaining a Java Native Interface (JNI) object reference.

transfer
JniHandleOwnership

A JniHandleOwnershipindicating how to handle javaReference

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to