Condividi tramite


Enumerazione COR_PRF_EVENTPIPE_LEVEL

Descrive il livello di un evento EventPipe.

Sintassi

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;

Membri

Membro Descrizione
COR_PRF_EVENTPIPE_LOGALWAYS L'evento viene sempre registrato.
COR_PRF_EVENTPIPE_CRITICAL L'evento rappresenta un messaggio critico.
COR_PRF_EVENTPIPE_ERROR L'evento rappresenta un messaggio di errore.
COR_PRF_EVENTPIPE_WARNING L'evento rappresenta un messaggio di avviso.
COR_PRF_EVENTPIPE_INFORMATIONAL L'evento rappresenta un messaggio informativo.
COR_PRF_EVENTPIPE_VERBOSE L'evento rappresenta un messaggio dettagliato.

Osservazioni:

L'enumerazione COR_PRF_EVENTPIPE_LEVEL viene utilizzata dal metodo ICorProfilerInfo12::EventPipeDefineEvent per indicare il livello dell'evento definito.

Requisiti

Piattaforme: vedere Sistemi operativi supportati da .NET.

Intestazione: CorProf.idl, CorProf.h

Versioni .NET: disponibili a partire da .NET 5.0

Vedi anche