public class LogPublisher
Public Class LogPublisher
public ref class LogPublisher
Gemstone.Diagnostics.LogPublisher = function();
Type.createClass(
'Gemstone.Diagnostics.LogPublisher');
MaxDistinctEventPublisherCount | The maximum number of distinct events that this publisher can generate. (Default: 20) |
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) |
InitialStackMessages | The stack messages that existed when this publisher was created. This can be modified by the user of this publisher. Any messages that get published by this class will automatically have this data added to the log message. |
InitialStackTrace | The stack trace that existed when this publisher was created. This can be modified by the user of this publisher. Any messages that get published by this class will automatically have this data added to the log message. |