Table of Contents

Class LogEventSubscriber

Namespace
Dynamicweb.Security.UserManagement.Notifications
Assembly
Dynamicweb.Core.dll

Notification subscriber that adds user information to event viewer logs.

[Subscribe("DWN_STANDARD_LOGGING_LOGEVENT_BEFORE_SAVE")]
public class LogEventSubscriber : NotificationSubscriber, IComparable<NotificationSubscriber>
Inheritance
LogEventSubscriber
Implements
Inherited Members

Properties

Rank

Position in queue of notifications being fired.

public override int Rank { get; }

Property Value

int

Methods

OnNotify(string, NotificationArgs)

Details about what happens when a logevent is saved.

public override void OnNotify(string notification, NotificationArgs args)

Parameters

notification string
args NotificationArgs
To top