log4net SDK Reference

LoggingEvent Methods

The methods of the LoggingEvent class are listed below. For a complete list of LoggingEvent class members, see the LoggingEvent Members topic.

Public Instance Methods

Equals (inherited from Object) Determines whether the specified Object is equal to the current Object.
FixVolatileDataOverloaded. Fix instance fields that hold volatile data.
GetExceptionString Returns this event's exception's rendered using the RendererMap.
GetExceptionStrRepObsolete. Returns this event's exception's rendered using the RendererMap.
GetHashCode (inherited from Object) Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
GetLoggingEventDataOverloaded. Gets the portable data for this LoggingEvent.
GetObjectData Serializes this object into the SerializationInfo provided.
GetProperties Get all the composite properties in this event
GetType (inherited from Object) Gets the Type of the current instance.
LookupProperty Lookup a composite property in this event
ToString (inherited from Object) Returns a String that represents the current Object.
WriteRenderedMessage Write the rendered message to a TextWriter

Protected Instance Methods

Finalize (inherited from Object) Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
FixVolatileDataOverloaded. Fix the fields specified by the FixFlags parameter
MemberwiseClone (inherited from Object) Creates a shallow copy of the current Object.

See Also

LoggingEvent Class | log4net.Core Namespace