| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
| GetHashCode | Serves as the default hash function. (Inherited from Object) |
| GetType | Gets the Type of the current instance. (Inherited from Object) |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
| Publish(MessageLevel, String, String, String, Exception) | Raises a log message with the provided data. |
| Publish(MessageLevel, MessageFlags, String, String, String, Exception) | Raises a log message with the provided data. |
| RegisterEvent(MessageLevel, String) | Initializes an LogEventPublisher with the provided values. |
| RegisterEvent(MessageLevel, MessageFlags, String) | Initializes an LogEventPublisher with the provided values. |
| RegisterEvent(MessageLevel, String, Int32, MessageRate, Int32) | Initializes an LogEventPublisher with the provided values. |
| RegisterEvent(MessageLevel, MessageFlags, String, Int32, MessageRate, Int32) | Initializes an LogEventPublisher with the provided values. |
| ToString |
Gets the full name of the type.
(Overrides ObjectToString) |