Click or drag to resize

LogEventPublisherPublish(MessageFlags, String, String, Exception) Method

Raises a log message with the provided data.

Namespace: GSF.Diagnostics
Assembly: GSF.Core (in GSF.Core.dll) Version: 2.4.258-beta+f8b6aa3dbfe0b4cc2b0b0760dd5d2a3dd4f59d09
Syntax
public void Publish(
	MessageFlags flags,
	string message = null,
	string details = null,
	Exception exception = null
)
View Source

Parameters

flags  MessageFlags
additional flags to set to this log
message  String  (Optional)
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