dart_logz 1.0.0 copy "dart_logz: ^1.0.0" to clipboard
dart_logz: ^1.0.0 copied to clipboard

A stupid simple logging package for Dart with colorful output.

Dart Logz #

pub package

  • A stupid simple logging package for Dart.

Usage #

LogzConfig.debugMode = true;

logz.i('This is an info message.');
logz.s('This is a success message.');
logz.w('This is a warning message.');
logz.e('This is an error message.');
logz.d('This is a debug message.');
logz.f(
  'This is a fatal message.',
  Exception('Fatal error'),
  StackTrace.current,
);
1
likes
0
points
166
downloads

Publisher

verified publishermj12358.dev

Weekly Downloads

A stupid simple logging package for Dart with colorful output.

Repository (GitHub)
View/report issues

Topics

#dart #logging

Funding

Consider supporting this project:

www.buymeacoffee.com

License

unknown (license)

More

Packages that depend on dart_logz