หมายเหตุ
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลอง ลงชื่อเข้าใช้หรือเปลี่ยนไดเรกทอรีได้
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลองเปลี่ยนไดเรกทอรีได้
Describes the level of an EventPipe event.
Syntax
typedef enum
{
COR_PRF_EVENTPIPE_LOGALWAYS = 0,
COR_PRF_EVENTPIPE_CRITICAL = 1,
COR_PRF_EVENTPIPE_ERROR = 2,
COR_PRF_EVENTPIPE_WARNING = 3,
COR_PRF_EVENTPIPE_INFORMATIONAL = 4,
COR_PRF_EVENTPIPE_VERBOSE = 5
} COR_PRF_EVENTPIPE_LEVEL;
Members
| Member | Description |
|---|---|
COR_PRF_EVENTPIPE_LOGALWAYS |
The event is always logged. |
COR_PRF_EVENTPIPE_CRITICAL |
The event represents a critical message. |
COR_PRF_EVENTPIPE_ERROR |
The event represents an error message. |
COR_PRF_EVENTPIPE_WARNING |
The event represents a warning message. |
COR_PRF_EVENTPIPE_INFORMATIONAL |
The event represents an informational message. |
COR_PRF_EVENTPIPE_VERBOSE |
The event represents a verbose message. |
Remarks
The COR_PRF_EVENTPIPE_LEVEL enumeration is used by the ICorProfilerInfo12::EventPipeDefineEvent method to indicate the level of the event being defined.
Requirements
Platforms: See .NET supported operating systems.
Header: CorProf.idl, CorProf.h
.NET Versions: Available since .NET 5.0
See also
ทํางานร่วมกับเราใน GitHub
แหล่งที่มาสำหรับเนื้อหานี้สามารถพบได้บน GitHub ซึ่งคุณยังสามารถสร้างและตรวจสอบปัญหาและคำขอดึงข้อมูลได้ สำหรับข้อมูลเพิ่มเติม ให้ดูคู่มือผู้สนับสนุนของเรา