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.138 -- Release Build+6aeb4c3988b05c265b918fce2dee4202efa7e160
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