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.249-beta+56964f8aed6f3f2e54faec1539f7ce0ba6548fdf
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