strlog 2.0.0-rc.3
strlog: ^2.0.0-rc.3 copied to clipboard
Structured, hierarchical, leveled logger with dozens of log record handlers out of the box.
console_example.dart
- Shows how to set up a logger to log to the consolefile_example.dart
- Demonstrates how to configure log records to be written to a filefile_rotation_periodic_example.dart
- Shows how to set up file logging with a time-based rotation policyfile_rotation_periodic_sized_example.dart
- Shows how to set up logging to a file with size-based rotation policyglobal_logger_example.dart
- Demonstrates how to use a global loggerglobal_logger_override_example.dart
- Demonstrates how to replace the default global loggerhierarchy/
- Demonstrates a simple hierarchy of loggerspretty_console_example.dart
- Shows how to setup a prettified console logger with colorssimple_example.dart
- Shows how to simply log to the consolestdout_stderr_example.dart
- Demonstrates how to filter log records and direct them to stdout/stderr based on severity