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