C# 클래스 Fluent.FluentSender

상속: IDisposable
파일 보기 프로젝트 열기: zoetrope/fluent-logger-csharp 1 사용 예제들

공개 메소드들

메소드 설명
CreateSync ( string tag, string host = "localhost", int port = 24224, int bufmax = 1024*1024, int timeout = 3000, bool verbose = false, int autoretryinterval = 10000 ) : Task
Dispose ( ) : void
EmitAsync ( string label ) : Task
EmitWithTimeAsync ( string label, System.DateTime timestamp ) : Task
FluentSender ( string tag, string host = "localhost", int port = 24224, int bufmax = 1024*1024, int timeout = 3000, bool verbose = false, int autoretryinterval = 10000 ) : System

비공개 메소드들

메소드 설명
Close ( ) : void
InitializeAsync ( ) : Task
ReconnectAsync ( ) : Task
RetryTimerTick ( object sender ) : void
SendAsync ( byte bytes ) : Task
SendInternalAsync ( byte bytes ) : Task

메소드 상세

CreateSync() 공개 정적인 메소드

public static CreateSync ( string tag, string host = "localhost", int port = 24224, int bufmax = 1024*1024, int timeout = 3000, bool verbose = false, int autoretryinterval = 10000 ) : Task
tag string
host string
port int
bufmax int
timeout int
verbose bool
autoretryinterval int
리턴 Task

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

EmitAsync() 공개 메소드

public EmitAsync ( string label ) : Task
label string
리턴 Task

EmitWithTimeAsync() 공개 메소드

public EmitWithTimeAsync ( string label, System.DateTime timestamp ) : Task
label string
timestamp System.DateTime
리턴 Task

FluentSender() 공개 메소드

public FluentSender ( string tag, string host = "localhost", int port = 24224, int bufmax = 1024*1024, int timeout = 3000, bool verbose = false, int autoretryinterval = 10000 ) : System
tag string
host string
port int
bufmax int
timeout int
verbose bool
autoretryinterval int
리턴 System