C# 클래스 MetroLog.Targets.JsonPostTarget

상속: BufferedTarget
파일 보기 프로젝트 열기: onovotny/MetroLog

공개 메소드들

메소드 설명
JsonPostTarget ( Layout layout, int threshold, Uri url ) : MetroLog.Internal
JsonPostTarget ( int threshold, Uri uri ) : MetroLog.Internal

보호된 메소드들

메소드 설명
DoFlushAsync ( LogWriteContext context, IEnumerable toFlush ) : System.Threading.Tasks.Task
OnBeforePost ( HttpClientEventArgs args ) : void

메소드 상세

DoFlushAsync() 보호된 메소드

protected DoFlushAsync ( LogWriteContext context, IEnumerable toFlush ) : System.Threading.Tasks.Task
context LogWriteContext
toFlush IEnumerable
리턴 System.Threading.Tasks.Task

JsonPostTarget() 공개 메소드

public JsonPostTarget ( Layout layout, int threshold, Uri url ) : MetroLog.Internal
layout MetroLog.Layouts.Layout
threshold int
url System.Uri
리턴 MetroLog.Internal

JsonPostTarget() 공개 메소드

public JsonPostTarget ( int threshold, Uri uri ) : MetroLog.Internal
threshold int
uri System.Uri
리턴 MetroLog.Internal

OnBeforePost() 보호된 메소드

protected OnBeforePost ( HttpClientEventArgs args ) : void
args HttpClientEventArgs
리턴 void