IFileLoggingSession.AddLoggingChannel Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Sobrecargas
AddLoggingChannel(ILoggingChannel) |
Agrega un canal de registro a la sesión de registro actual. |
AddLoggingChannel(ILoggingChannel, LoggingLevel) |
Agrega un canal de registro con el nivel de registro especificado a la sesión de registro actual. |
AddLoggingChannel(ILoggingChannel)
Agrega un canal de registro a la sesión de registro actual.
public:
void AddLoggingChannel(ILoggingChannel ^ loggingChannel);
/// [Windows.Foundation.Metadata.Overload("AddLoggingChannel")]
void AddLoggingChannel(ILoggingChannel const& loggingChannel);
[Windows.Foundation.Metadata.Overload("AddLoggingChannel")]
public void AddLoggingChannel(ILoggingChannel loggingChannel);
function addLoggingChannel(loggingChannel)
Public Sub AddLoggingChannel (loggingChannel As ILoggingChannel)
Parámetros
- loggingChannel
- ILoggingChannel
Canal de registro que se va a agregar.
- Atributos
Consulte también
Se aplica a
AddLoggingChannel(ILoggingChannel, LoggingLevel)
Agrega un canal de registro con el nivel de registro especificado a la sesión de registro actual.
public:
void AddLoggingChannel(ILoggingChannel ^ loggingChannel, LoggingLevel maxLevel);
/// [Windows.Foundation.Metadata.Overload("AddLoggingChannelWithLevel")]
void AddLoggingChannel(ILoggingChannel const& loggingChannel, LoggingLevel const& maxLevel);
[Windows.Foundation.Metadata.Overload("AddLoggingChannelWithLevel")]
public void AddLoggingChannel(ILoggingChannel loggingChannel, LoggingLevel maxLevel);
function addLoggingChannel(loggingChannel, maxLevel)
Public Sub AddLoggingChannel (loggingChannel As ILoggingChannel, maxLevel As LoggingLevel)
Parámetros
- loggingChannel
- ILoggingChannel
Canal de registro que se va a agregar.
- maxLevel
- LoggingLevel
Nivel de registro para loggingChannel.
- Atributos