Show / Hide Table of Contents

    Enum EventLogEventType

    Specifies the event type of an event log entry.

    Namespace: Nevatech.Vsb.Repository.Alerts
    Assembly: Nevatech.Vsb.Repository.dll
    Syntax
    public enum EventLogEventType

    Fields

    Name Description
    Error

    An error event. This indicates a significant problem the user should know about; usually a loss of functionality or data.

    FailureAudit

    A failure audit event. This indicates a security event that occurs when an audited access attempt fails; for example, a failed attempt to open a file.

    Information

    An information event. This indicates a significant, successful operation.

    SuccessAudit

    A success audit event. This indicates a security event that occurs when an audited access attempt is successful; for example, logging on successfully.

    Warning

    A warning event. This indicates a problem that is not immediately significant, but that may signify conditions that could cause future problems.

    Back to top Nevatech Sentinet 6.5 Online Documentation