LoggingEvent MethodsApache log4net™ SDK Documentation
The LoggingEvent type exposes the following members.
Methods

  NameDescription
Public methodOnlineEquals
Determines whether the specified OnlineObject is equal to the current OnlineObject.
(Inherited from OnlineObject.)
Protected methodOnlineFinalize
Allows an OnlineObject to attempt to free resources and perform other cleanup operations before the OnlineObject is reclaimed by garbage collection.
(Inherited from OnlineObject.)
Public methodFixVolatileData Obsolete.
Fix instance fields that hold volatile data.
Public methodFixVolatileData(Boolean)Obsolete.
Fixes instance fields that hold volatile data.
Protected methodFixVolatileData(FixFlags)
Fix the fields specified by the FixFlags parameter
Public methodGetExceptionString
Returns this event's exception's rendered using the RendererMap.
Public methodGetExceptionStrRepObsolete.
Returns this event's exception's rendered using the RendererMap.
Public methodOnlineGetHashCode
Serves as a hash function for a particular type.
(Inherited from OnlineObject.)
Public methodGetLoggingEventData 
Gets the portable data for this LoggingEvent.
Public methodGetLoggingEventData(FixFlags)
Gets the portable data for this LoggingEvent.
Public methodGetObjectData
Serializes this object into the OnlineSerializationInfo provided.
Public methodGetProperties
Get all the composite properties in this event
Public methodOnlineGetType
Gets the OnlineType of the current instance.
(Inherited from OnlineObject.)
Public methodLookupProperty
Lookup a composite property in this event
Protected methodOnlineMemberwiseClone
Creates a shallow copy of the current OnlineObject.
(Inherited from OnlineObject.)
Public methodOnlineToString
Returns a OnlineString that represents the current OnlineObject.
(Inherited from OnlineObject.)
Public methodWriteRenderedMessage
Write the rendered message to a TextWriter
Back to Top
See Also