PrintServerEventLoggingTypes Enum

Definition

Specifies the types of events that can be logged by a PrintServer.

This enumeration supports a bitwise combination of its member values.

public enum class PrintServerEventLoggingTypes
[System.Flags]
public enum PrintServerEventLoggingTypes
[<System.Flags>]
type PrintServerEventLoggingTypes = 
Public Enum PrintServerEventLoggingTypes
Inheritance
PrintServerEventLoggingTypes
Attributes

Fields

LogAllPrintingEvents 5

All printing events.

LogPrintingErrorEvents 2

Error events for printing.

LogPrintingInformationEvents 4

Information events for printing.

LogPrintingSuccessEvents 1

Successful printing events.

LogPrintingWarningEvents 3

Warning events.

None 0

No events.

Remarks

Use this enumeration to provide the values for the EventLog property of the PrintServer.

Applies to