Apache log4net� SDK Documentation - Microsoft .NET Framework 4.0

LoggingEvent Members

LoggingEvent overview

Public Static (Shared) Fields

HostNameProperty The key into the Properties map for the host name value.
IdentityProperty The key into the Properties map for the thread identity value.
UserNameProperty The key into the Properties map for the user name value.

Public Static (Shared) Properties

StartTime Gets the time when the current process started.

Public Instance Constructors

LoggingEvent Overloaded. Initializes a new instance of the LoggingEvent class.

Public Instance Properties

Domain Gets the AppDomain friendly name.
ExceptionObject Gets the exception object used to initialize this event.
Fix The fixed fields in this event
Identity Gets the identity of the current thread principal.
Level Gets the Level of the logging event.
LocationInformation Gets the location information for this logging event.
LoggerName Gets the name of the logger that logged the event.
MessageObject Gets the message object used to initialize this event.
Properties Additional event specific properties.
RenderedMessage Gets the message, rendered through the RendererMap.
Repository The ILoggerRepository that this event was created in.
ThreadName Gets the name of the current thread.
TimeStamp Gets the time of the logging event.
UserName Gets the name of the current user.

Public Instance Methods

Equals (inherited from 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)
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)
LookupProperty Lookup a composite property in this event
ToString (inherited from Object)
WriteRenderedMessage Write the rendered message to a TextWriter

Protected Instance Constructors

LoggingEvent Overloaded. Initializes a new instance of the LoggingEvent class.

Protected Instance Methods

Finalize (inherited from Object)
FixVolatileDataOverloaded. Fix the fields specified by the FixFlags parameter
MemberwiseClone (inherited from Object)

See Also

LoggingEvent Class | log4net.Core Namespace