Compartir a través de


ILogConsumer Interfaz

Definición

Interfaz que se usa para consumir entradas de registro.

public interface ILogConsumer
type ILogConsumer = interface
Public Interface ILogConsumer
Derivado

Métodos

Log(Severity, LoggerType, String, String, IPEndPoint, Exception, Int32)

Método al que se va a llamar durante el registro. Este método debe ser muy rápido, ya que se llama sincrónicamente durante el registro de Orleans.

Se aplica a