다음을 통해 공유


ICloseableLogConsumer 인터페이스

정의

Close 함수도 지원되는 경우 로그 항목을 사용하는 데 사용되는 인터페이스입니다.

public interface ICloseableLogConsumer : Orleans.Runtime.ILogConsumer
type ICloseableLogConsumer = interface
    interface ILogConsumer
Public Interface ICloseableLogConsumer
Implements ILogConsumer
파생
구현

메서드

Close()

이 로그를 닫습니다.

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

로깅 중에 호출할 메서드입니다. 이 메서드는 Orleans 로깅 중에 동기적으로 호출되므로 매우 빠릅니다.

(다음에서 상속됨 ILogConsumer)

적용 대상