Java.Util.Logging.LogRecord Members

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

See Also: Inherited members from Java.Lang.Object

Public Constructors

Constructs a LogRecord object using the supplied the logging level and message.

Protected Constructors

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

Public Properties

LevelLevel. Gets the logging level.
LoggerNamestring. Gets the name of the logger.
Messagestring. Gets the raw message.
Millislong. Gets the time when this event occurred, in milliseconds since 1970.
ResourceBundleJava.Util.ResourceBundle. Gets the resource bundle used to localize the raw message during formatting.
ResourceBundleNamestring. Gets the name of the resource bundle.
SequenceNumberlong. Gets the sequence number.
SourceClassNamestring. Gets the name of the class that is the source of this log record.
SourceMethodNamestring. Gets the name of the method that is the source of this log record.
ThreadIDint. Gets a unique ID of the thread originating the log record.
ThrownJava.Lang.Throwable. Gets the Throwable object associated with this log record.

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

GetParameters() : Java.Lang.Object[]
Gets the parameters.
SetParameters(Java.Lang.Object[])
Sets the parameters.