C# 클래스 Microsoft.Azure.WebJobs.Script.InterceptingTraceWriter

상속: Microsoft.Azure.WebJobs.Host.TraceWriter
파일 보기 프로젝트 열기: Azure/azure-webjobs-sdk-script

공개 메소드들

메소드 설명
Flush ( ) : void
InterceptingTraceWriter ( Microsoft.Azure.WebJobs.Host.TraceWriter innerWriter, Action interceptor ) : System
Trace ( TraceEvent traceEvent ) : void

메소드 상세

Flush() 공개 메소드

public Flush ( ) : void
리턴 void

InterceptingTraceWriter() 공개 메소드

public InterceptingTraceWriter ( Microsoft.Azure.WebJobs.Host.TraceWriter innerWriter, Action interceptor ) : System
innerWriter Microsoft.Azure.WebJobs.Host.TraceWriter
interceptor Action
리턴 System

Trace() 공개 메소드

public Trace ( TraceEvent traceEvent ) : void
traceEvent TraceEvent
리턴 void