Class LogRecord
public class LogRecord : Serializable, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBase>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition, ISerializable
- Inheritance
-
LogRecord
- Implements
- Inherited Members
-
JVMBridgeBase<Serializable>.SExecuteWithSignatureStream<TArrayType>(string, string, params object[])JVMBridgeBase<Serializable>.IsAssignableFrom(IJavaType)JVMBridgeBase<Serializable>.IsAssignableFrom<T>()JVMBridgeBase<Serializable>.Execute<T>(params T[])JVMBridgeBase<Serializable>.DynBridgeClazzJVMBridgeBase<Serializable>.BridgeClazzJVMBridgeBase.ReferenceEqualsJVM(IJVMBridgeBase, IJVMBridgeBase)JVMBridgeBase.RuntimeClassNameOf<T>()JVMBridgeBase.ClassNameOf<T>()JVMBridgeBase.ClassOf<T>()JVMBridgeBase.WrapsDirect<TNewClass>(IJavaObject)JVMBridgeBase.Wraps<TNewClass>(IJavaObject)JVMBridgeBase.Wraps<TNewClass, TReturn>(IJavaObject)JVMBridgeBase.Wraps<TNewClass, TReturn, TConverter>(IJavaObject)JVMBridgeBase.MonitorEnter()JVMBridgeBase.MonitorExit()JVMBridgeBase.IsInstanceOf(IJavaType)JVMBridgeBase.IsInstanceOf<T>()JVMBridgeBase.RuntimeIsInstanceOf<T>()JVMBridgeBase.CastTo<TNewClass>()JVMBridgeBase.CastToAndDetach<TNewClass>()JVMBridgeBase.CastDirect<TNewClass>()JVMBridgeBase.CastDirectAndDetach<TNewClass>()JVMBridgeBase.CheckDisposed()JVMBridgeBase.ToString()JVMBridgeBase.Equals(IJVMBridgeBase)JVMBridgeBase.GetHashCode()JVMBridgeBase.Notify()JVMBridgeBase.NotifyAll()JVMBridgeBase.Wait()JVMBridgeBase.IExecuteWithSignature<TNewClass, TReturn, TConverter>(string, string, params object[])JVMBridgeBase.DynBridgeInstanceJVMBridgeBase.BridgeInstanceJVMBridgeBase.IsBridgeListener
- Extension Methods
Constructors
LogRecord(Level, String)
public LogRecord(Level arg0, String arg1)
Parameters
LogRecord(IJVMBridgeBaseInitializer)
Initializer used internally by JCOBridge. Do not use directly.
[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 used by JCOBridge when a derived class needs to forward arguments to the base 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 java.lang.AutoCloseable
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; }