remote_logger library

Classes

RemoteLogger
A logger that sends log messages to a remote server.
RemoteLoggerWorker

Typedefs

RemoteRequestBodyBuilder = String Function(List<String> logs)
Function type for building the request body from a list of log strings. Must be a static or top-level function to be passed to the worker isolate.