Bilješka
Pristup ovoj stranici zahtijeva provjeru vjerodostojnosti. Možete pokušati da se prijavite ili promijenite direktorije.
Pristup ovoj stranici zahtijeva provjeru vjerodostojnosti. Možete pokušati promijeniti direktorije.
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
Sarađujte s nama na GitHub-u
Izvor za ovaj sadržaj može se naći na usluzi GitHub, gdje takođe možete da kreirate i pregledate probleme i povučete zahtjeve. Za više informacija pogledajte naš vodič za saradnike.