LogPublisher Methods

Methods

EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates 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)

See Also