opomba,
Dostop do te strani zahteva pooblastilo. Poskusite se vpisati alispremeniti imenike.
Dostop do te strani zahteva pooblastilo. Poskusite lahko spremeniti imenike.
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
Sodelujte z nami v storitvi GitHub
Vir za to vsebino najdete v storitvi GitHub, kjer lahko tudi ustvarite in pregledate težave in zahtevke za uveljavitev sprememb. Če želite več informacij, glejte naš vodnik za sodelavce.