Table of Contents

Enum ReportLevel

Namespace
HP.LFT.Report
Assembly
HP.LFT.Report.dll

The possible levels for reporting events to the report.

public enum ReportLevel

Fields

All = 0

Report events from all levels.

Error = 2

Report only events with the status Error.

Off = 3

Disable all report levels. A report is not created.

Warning = 1

Report only events with the status Warning or Error.