base_remote_appender library

Exposes the base helper classes for Remote Appenders. Should not be a required import for typical users of the logging_appenders library, but useful if you want to build your own appenders. If you build your own appenders, think about contributing back to the library ;-)

Classes

BaseDioLogSender
Helper base class to handle Dio errors during network requests.
BaseLogSender
Base appender for services which should buffer log messages before handling them. (eg. because they use network traffic which make it unfeasible to send every log line on it's own).
LogEntry
SimpleJobDef
SimpleJobQueue

Typedefs

SimpleJobRunner = Stream<void> Function(SimpleJobDef job)