View full article

LogType Enum

Namespace: PIX.QMSAPI.DataObjects
Assembly: PIX.dll

Log type.

Syntax

public enum LogType

Fields

Name Description
Error

Log only errors.

Information

Information logging (includes warnings and errors).

Warning

Warning logging (includes errors).

Extension Methods

ApiFilter.FilterFor<LogType>(Nullable<ApiVersion>)