Class LogRecord
public class LogRecord : Serializable, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBase>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition, ISerializable
- Inheritance
-
LogRecord
- Implements
- Inherited Members
- Extension Methods
Constructors
LogRecord()
Default constructor: even if the corresponding Java class does not have one, it is mandatory for JCOBridge
public LogRecord()
LogRecord(Level, String)
public LogRecord(Level arg0, String arg1)
Parameters
LogRecord(IJVMBridgeBaseInitializer)
Internal constructor: used internally from JCOBridge
[Obsolete("This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public LogRecord(IJVMBridgeBaseInitializer initializer)
Parameters
initializerIJVMBridgeBaseInitializer
LogRecord(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 LogRecord(params object[] args)
Parameters
argsobject[]
Properties
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { get; }
Property Value
IsBridgeAbstract
true if the BridgeClassName is an abstract class, i.e. cannot be created an instance
public override bool IsBridgeAbstract { get; }
Property Value
IsBridgeCloseable
true if the BridgeClassName implements Closeable
public override bool IsBridgeCloseable { get; }
Property Value
IsBridgeInterface
true if the BridgeClassName is an interface, i.e. does not have any public constructor
public override bool IsBridgeInterface { get; }
Property Value
IsBridgeStatic
true if the BridgeClassName is a static class, i.e. does not have any public constructor
public override bool IsBridgeStatic { get; }
Property Value
Level
https://docs.oracle.com/javase/8/docs/api/java/util/logging/LogRecord.html#getLevel-- https://docs.oracle.com/javase/8/docs/api/java/util/logging/LogRecord.html#setLevel-java.util.logging.Level-
public Level Level { get; set; }
Property Value
LoggerName
https://docs.oracle.com/javase/8/docs/api/java/util/logging/LogRecord.html#getLoggerName-- https://docs.oracle.com/javase/8/docs/api/java/util/logging/LogRecord.html#setLoggerName-java.lang.String-
public String LoggerName { get; set; }
Property Value
Message
https://docs.oracle.com/javase/8/docs/api/java/util/logging/LogRecord.html#getMessage-- https://docs.oracle.com/javase/8/docs/api/java/util/logging/LogRecord.html#setMessage-java.lang.String-
public String Message { get; set; }
Property Value
Millis
https://docs.oracle.com/javase/8/docs/api/java/util/logging/LogRecord.html#getMillis-- https://docs.oracle.com/javase/8/docs/api/java/util/logging/LogRecord.html#setMillis-long-
public long Millis { get; set; }
Property Value
Parameters
https://docs.oracle.com/javase/8/docs/api/java/util/logging/LogRecord.html#getParameters-- https://docs.oracle.com/javase/8/docs/api/java/util/logging/LogRecord.html#setParameters-java.lang.Object[]-
public object[] Parameters { get; set; }
Property Value
- object[]
ResourceBundle
https://docs.oracle.com/javase/8/docs/api/java/util/logging/LogRecord.html#getResourceBundle-- https://docs.oracle.com/javase/8/docs/api/java/util/logging/LogRecord.html#setResourceBundle-java.util.ResourceBundle-
public ResourceBundle ResourceBundle { get; set; }
Property Value
ResourceBundleName
https://docs.oracle.com/javase/8/docs/api/java/util/logging/LogRecord.html#getResourceBundleName-- https://docs.oracle.com/javase/8/docs/api/java/util/logging/LogRecord.html#setResourceBundleName-java.lang.String-
public String ResourceBundleName { get; set; }
Property Value
SequenceNumber
https://docs.oracle.com/javase/8/docs/api/java/util/logging/LogRecord.html#getSequenceNumber-- https://docs.oracle.com/javase/8/docs/api/java/util/logging/LogRecord.html#setSequenceNumber-long-
public long SequenceNumber { get; set; }
Property Value
SourceClassName
https://docs.oracle.com/javase/8/docs/api/java/util/logging/LogRecord.html#getSourceClassName-- https://docs.oracle.com/javase/8/docs/api/java/util/logging/LogRecord.html#setSourceClassName-java.lang.String-
public String SourceClassName { get; set; }
Property Value
SourceMethodName
https://docs.oracle.com/javase/8/docs/api/java/util/logging/LogRecord.html#getSourceMethodName-- https://docs.oracle.com/javase/8/docs/api/java/util/logging/LogRecord.html#setSourceMethodName-java.lang.String-
public String SourceMethodName { get; set; }
Property Value
ThreadID
https://docs.oracle.com/javase/8/docs/api/java/util/logging/LogRecord.html#getThreadID-- https://docs.oracle.com/javase/8/docs/api/java/util/logging/LogRecord.html#setThreadID-int-
public int ThreadID { get; set; }
Property Value
Thrown
https://docs.oracle.com/javase/8/docs/api/java/util/logging/LogRecord.html#getThrown-- https://docs.oracle.com/javase/8/docs/api/java/util/logging/LogRecord.html#setThrown-java.lang.Throwable-
public Throwable Thrown { get; set; }