LogEventPublisherPublish(String, String, Exception) Method

Raises a log message with the provided data.

Definition

Namespace: Gemstone.Diagnostics
Assembly: Gemstone.Diagnostics (in Gemstone.Diagnostics.dll) Version: 1.0.173 -- Release Build+13a17d52c6d57dd487f5387b2010a9ccb7973f84
public void Publish(
	string? message = null,
	string? details = null,
	Exception? exception = null
)

Parameters

message  String  (Optional)

[Missing <param name="message"/> documentation for "M:Gemstone.Diagnostics.LogEventPublisher.Publish(System.String,System.String,System.Exception)"]

details  String  (Optional)
A long text field with the details of the message.
exception  Exception  (Optional)
An exception object if one is provided.

See Also