Nota
Pristup ovoj stranici zahteva autorizaciju. Možete pokušati da se prijavite ili promenite direktorijume.
Pristup ovoj stranici zahteva autorizaciju. Možete pokušati da promenite direktorijume.
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
Saradnja sa nama na GitHub
Izvor za ovaj sadržaj može se naći na GitHub-u, gde takođe možete kreirati i pregledati probleme i zahteve za povlačenje. Za više informacija, pogledajte naš vodič za saradnike.