C# Class Loggly.Example.LogglyExample

ファイルを表示 Open project: neutmute/loggly-csharp

Public Methods

Method Description
SendAsync ( ) : void
SendCustomObjectAsync ( ) : Task
SendPlainMessageSynchronous ( ) : ResponseCode

Calling result on the task forces it to be synchronous

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

Method Details

SendAsync() public method

public SendAsync ( ) : void
return void

SendCustomObjectAsync() public method

public SendCustomObjectAsync ( ) : Task
return Task

SendPlainMessageSynchronous() public method

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

SendWithAttributes() public method

public SendWithAttributes ( ) : void
return void

SendWithSpecificTransport() public method

public SendWithSpecificTransport ( LogTransport transport ) : void
transport LogTransport
return void