Crate spdlog_telegram

Crate spdlog_telegram 

Source
Expand description

Sends logs to Telegram, based on spdlog-rs.

This crate provides a sink TelegramSink which sends logs to Telegram recipients via Telegram Bot API.

§Examples

See directory ./examples.

Structs§

Recipient
Represents a Telegram chat recipient.
TelegramSink
A sink with a Telegram recipient as the target via Telegram Bot API.
TelegramSinkBuilder

Enums§

Error
Represents errors that can occur in this crate.

Type Aliases§

Result
Represents the result type for this crate.