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.181-beta
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