EventSourceOptions Estrutura

Definição

Especifica as substituições de configurações de evento padrão, como o nível de log, palavras-chave e o código de operação quando o método Write<T>(String, EventSourceOptions, T) é chamado.Specifies overrides of default event settings such as the log level, keywords and operation code when the Write<T>(String, EventSourceOptions, T) method is called.

public value class EventSourceOptions
public struct EventSourceOptions
type EventSourceOptions = struct
Public Structure EventSourceOptions
Herança
EventSourceOptions

Comentários

Para obter mais informações sobre as palavras-chave e os níveis do ETW, consulte as palavras-chave e os níveis do ETW do CLRFor more information about ETW keywords and levels, see CLR ETW Keywords and Levels

Propriedades

ActivityOptions

As opções de atividade definidas para esta origem do evento.The activity options defined for this event source.

Keywords

Obtém ou define as palavras-chave aplicadas ao evento.Gets or sets the keywords applied to the event. Se essa propriedade não for definida, as palavras-chave do evento serão None.If this property is not set, the event's keywords will be None.

Level

Obtém ou define o nível de evento aplicado ao evento.Gets or sets the event level applied to the event.

Opcode

Obtém ou define o código de operação a ser usado para o evento especificado.Gets or sets the operation code to use for the specified event.

Tags

As marcas de eventos definidas para esta origem do evento.The event tags defined for this event source.

Aplica-se a