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. |
StartTime | Gets the time when the current process started. |
LoggingEvent | Overloaded. Initializes a new instance of the LoggingEvent class. |
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. |
Equals (inherited from Object) | Determines whether the specified Object is equal to the current Object. |
FixVolatileData | Overloaded. Fix instance fields that hold volatile data. |
GetExceptionString | Returns this event's exception's rendered using the RendererMap. |
GetExceptionStrRep | Obsolete. 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. |
GetLoggingEventData | Overloaded. 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 |
LoggingEvent | Overloaded. Initializes a new instance of the LoggingEvent class. |
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. |
FixVolatileData | Overloaded. Fix the fields specified by the FixFlags parameter |
MemberwiseClone (inherited from Object) | Creates a shallow copy of the current Object. |
LoggingEvent Class | log4net.Core Namespace