C# 클래스 Loggly.Example.LogglyExample

파일 보기 프로젝트 열기: neutmute/loggly-csharp

공개 메소드들

메소드 설명
SendAsync ( ) : void
SendCustomObjectAsync ( ) : Task
SendPlainMessageSynchronous ( ) : ResponseCode

Calling result on the task forces it to be synchronous

SendWithAttributes ( ) : void
SendWithSpecificTransport ( LogTransport transport ) : void

메소드 상세

SendAsync() 공개 메소드

public SendAsync ( ) : void
리턴 void

SendCustomObjectAsync() 공개 메소드

public SendCustomObjectAsync ( ) : Task
리턴 Task

SendPlainMessageSynchronous() 공개 메소드

Calling result on the task forces it to be synchronous
public SendPlainMessageSynchronous ( ) : ResponseCode
리턴 ResponseCode

SendWithAttributes() 공개 메소드

public SendWithAttributes ( ) : void
리턴 void

SendWithSpecificTransport() 공개 메소드

public SendWithSpecificTransport ( LogTransport transport ) : void
transport LogTransport
리턴 void