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
| Level | Level. Gets the logging level. | |
| LoggerName | string. Gets the name of the logger. | |
| Message | string. Gets the raw message. | |
| Millis | long. Gets the time when this event occurred, in milliseconds since 1970. | |
| ResourceBundle | Java.Util.ResourceBundle. Gets the resource bundle used to localize the raw message during formatting. | |
| ResourceBundleName | string. Gets the name of the resource bundle. | |
| SequenceNumber | long. Gets the sequence number. | |
| SourceClassName | string. Gets the name of the class that is the source of this log record. | |
| SourceMethodName | string. Gets the name of the method that is the source of this log record. | |
| ThreadID | int. Gets a unique ID of the thread originating the log record. | |
| Thrown | Java.Lang.Throwable. Gets the Throwable object associated with this log record. |
| [read-only] override | ThresholdClass | IntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
| [read-only] override | ThresholdType | Type. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |