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.
- Telegram
Sink - A sink with a Telegram recipient as the target via Telegram Bot API.
- Telegram
Sink Builder
Enums§
- Error
- Represents errors that can occur in this crate.
Type Aliases§
- Result
- Represents the result type for this crate.