Open sandboxFocus

Constructor EventSourceLoggingBackend

EventSourceLoggingBackend(PostSharpEventSource)

Initializes a new EventSourceLoggingBackend and specifies a custom PostSharpEventSource.

Declaration
public EventSourceLoggingBackend(PostSharpEventSource eventSource)
Parameters
Type Name Description
PostSharpEventSource eventSource

The EventSource to which events will be written.

EventSourceLoggingBackend()

Initializes a new EventSourceLoggingBackend with the default event source.

Declaration
public EventSourceLoggingBackend()