The LoggingEvent type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize | 
                    Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
                  (Inherited from Object.) | |
| FixVolatileData |  Obsolete.  
            Fix instance fields that hold volatile data.
              | |
| FixVolatileData(Boolean) |  Obsolete.  
            Fixes instance fields that hold volatile data.
              | |
| FixVolatileData(FixFlags) | 
            Fix the fields specified by the FixFlags parameter
              | |
| GetExceptionString | 
            Returns this event's exception's rendered using the 
            RendererMap.
              | |
| GetExceptionStrRep |  Obsolete.  
            Returns this event's exception's rendered using the 
            RendererMap.
              | |
| GetHashCode | 
                    Serves as a hash function for a particular type. 
                  (Inherited from Object.) | |
| GetLoggingEventData | 
            Gets the portable data for this LoggingEvent.
              | |
| GetLoggingEventData(FixFlags) | 
            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 | 
                    Gets the Type of the current instance.
                  (Inherited from Object.) | |
| LookupProperty | 
            Lookup a composite property in this event
              | |
| MemberwiseClone | 
                    Creates a shallow copy of the current Object.
                  (Inherited from Object.) | |
| ToString | (Inherited from Object.) | |
| WriteRenderedMessage | 
            Write the rendered message to a TextWriter
              | 
See Also