pinelogger library

Classes

MultiPrinter
PinelogExtraData
Implement or extend this class to create something that holds extra data, which may be useful to you when showing logs. It isn't used for the console printer.
Pinelogger
PinelogMessage
Severity
The severity of a log message or event.

Functions

consolePrinter(PinelogMessage message) → void
Prints to the console in a simple yet readable format.

Typedefs

PinelogPrinter = FutureOr<void> Function(PinelogMessage message)
The function signature used by Pinelogger to print messages.