jetlog 1.0.0 jetlog: ^1.0.0 copied to clipboard
Compact and robust structured logger for Dart. This library provides a strongly typed APIs for logging records with structured data.
This directory contains project examples #
-
complex_example.dart provides an example how to redirect records with
debug
/info
severity levels to stdout but records withwarning
/error
/fatal
severity levels to stderr -
console_example.dart provides an example how to print records to the console