COR_PRF_EVENTPIPE_LEVEL enumeração
Descreve o nível de um evento EventPipe.
Sintaxe
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;
Membros
Membro | Description |
---|---|
COR_PRF_EVENTPIPE_LOGALWAYS |
O evento é sempre registrado. |
COR_PRF_EVENTPIPE_CRITICAL |
O evento representa uma mensagem crítica. |
COR_PRF_EVENTPIPE_ERROR |
O evento representa uma mensagem de erro. |
COR_PRF_EVENTPIPE_WARNING |
O evento representa uma mensagem de aviso. |
COR_PRF_EVENTPIPE_INFORMATIONAL |
O evento representa uma mensagem informativa. |
COR_PRF_EVENTPIPE_VERBOSE |
O evento representa uma mensagem detalhada. |
Observações
A COR_PRF_EVENTPIPE_LEVEL
enumeração é usada pelo ICorProfilerInfo12::EventPipeDefineEvent método para indicar o nível do evento que está sendo definido.
Requisitos
Plataformas: Consulte Sistemas operacionais suportados pelo .NET.
Cabeçalho: CorProf.idl, CorProf.h
Versões do .NET: Disponível desde o .NET 5.0
Consulte também
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.