Java.Util.Logging.LogRecord: Property Members

The properties of Java.Util.Logging.LogRecord are listed below. For a list of all members, see the LogRecord Members list.

See Also: Inherited members from Java.Lang.Object

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.