APGen Documentation Previous Topic: ApgLogFlags Enum Next Topic: ApgScriptWaitEnum Enum Parent Topic: APGen Object Reference    APGen Object Reference
ApgLogSeverityEnum Enum
See Also:

The ApgLogSeverityEnum values indicate the severity of an error or a log entry.  They are used in Log.Write(), Log.LogEvent(), and APGError.Severity.

These values are part of the APG script namespace.  No special includes or constants are required to use these named values within an APG script.

Name Value Meaning
apgSeverityInfo 0 Information.
apgSeverityWarning 1 A warning.
apgSeverityError 2 An error, but will not halt script execution.
apgSeverityFatal 3 Fatal error: Halts script execution.
apgSeverityUnknown 4 Unknown severity.