C# Class Loggly.Example.LogglyExample

Afficher le fichier Open project: neutmute/loggly-csharp

Méthodes publiques

Méthode 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 méthode

public SendAsync ( ) : void
Résultat void

SendCustomObjectAsync() public méthode

public SendCustomObjectAsync ( ) : Task
Résultat Task

SendPlainMessageSynchronous() public méthode

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

SendWithAttributes() public méthode

public SendWithAttributes ( ) : void
Résultat void

SendWithSpecificTransport() public méthode

public SendWithSpecificTransport ( LogTransport transport ) : void
transport LogTransport
Résultat void