PrintServerEventLoggingTypes Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- Attributes
Fields
Name | Value | Description |
---|---|---|
None | 0 | No events. |
LogPrintingSuccessEvents | 1 | Successful printing events. |
LogPrintingErrorEvents | 2 | Error events for printing. |
LogPrintingWarningEvents | 3 | Warning events. |
LogPrintingInformationEvents | 4 | Information events for printing. |
LogAllPrintingEvents | 5 | All printing events. |
Remarks
Use this enumeration to provide the values for the EventLog property of the PrintServer.
Applies to
ทํางานร่วมกับเราใน GitHub
แหล่งที่มาสำหรับเนื้อหานี้สามารถพบได้บน GitHub ซึ่งคุณยังสามารถสร้างและตรวจสอบปัญหาและคำขอดึงข้อมูลได้ สำหรับข้อมูลเพิ่มเติม ให้ดูคู่มือผู้สนับสนุนของเรา