C# Класс Loggly.Example.LogglyExample

Показать файл Открыть проект

Открытые методы

Метод Описание
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