API Reference LoggerExporter v0.1.1

Modules

LoggerExporter

Export your logs to the service of your choice.

LoggerExporter Backend.

GenServer that batches the events in a :queue

Event struct that holds the formatted log

Behaviour that should be implemented by exporters. Example implementation in LoggerExporter.Exporters.LokiExporter

Behaviour that should be implemented by log formatters. Example implementation in LoggerExporter.Formatters.BasicLogger

Telemetry default handler for [:start, :stop, :exception] batch events