LogEventPublisherPublish(MessageFlags, 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.128 -- Release Build+d9d157c80da59365061f9bf4a5d1ecd0f0496e1b
public void Publish(
	MessageFlags flags,
	string? message = null,
	string? details = null,
	Exception? exception = null
)

Parameters

flags  MessageFlags
additional flags to set to this log
message  String  (Optional)

[Missing <param name="message"/> documentation for "M:Gemstone.Diagnostics.LogEventPublisher.Publish(Gemstone.Diagnostics.MessageFlags,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