Table of Contents

Class LogEventNotification

Namespace
Dynamicweb.Logging.LogEvents
Assembly
Dynamicweb.Logging.dll
[Serializable]
public class LogEventNotification
Inheritance
LogEventNotification
Inherited Members

Properties

Description

public string Description { get; set; }

Property Value

string

Name

public string Name { get; set; }

Property Value

string

NotificationCategory

public string NotificationCategory { get; set; }

Property Value

string

NotificationDestination

public string NotificationDestination { get; set; }

Property Value

string

NotificationLevels

public string NotificationLevels { get; set; }

Property Value

string

NotificationServiceUri

public string NotificationServiceUri { get; set; }

Property Value

string

NotifiedEmails

public string NotifiedEmails { get; set; }

Property Value

string

SendInterval

public int SendInterval { get; set; }

Property Value

int

SystemName

public string SystemName { get; set; }

Property Value

string
To top