logger icon indicating copy to clipboard operation
logger copied to clipboard

Small, easy to use and extensible logger which prints beautiful logs.

Results 60 logger issues
Sort by recently updated
recently updated
newest added

Hi amazing developers, This package is great, but the file output specifications seem a bit weak. What is needed, especially when it comes to file output, is the ability to...

Hi!! I try in iOS and the log show this: ``` │ #1 _FutureBuilderState.build (package:flutter/src/widgets/async.dart) flutter: ├┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄\^[[ flutter: │ 🐛 Log message with 2 methods\^[[ flutter: └───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────\^[[ flutter: \^[[38;5;12m┌─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── flutter:...

bug

This PR lays the groundwork for adding a FirebaseOutput (see below snippet), which I will be uploading as a separate package on pub.dev due to its dependency on Firebase Crashlytics....

re added `addOutputListener` used in `logger_flutter` updated dependencies: - `test` `^1.16.8` -> `^1.21.3` - `padantic ^1.11.0` -> `flutter_lints ^2.0.1` note: tests passed. I will make another P.R. for `logger_flutter` after...

Hi, I would like to know if it is possible and how to implement this fucntionality: Every time I use `logger.e` for error level, I would like the logger to...

Version 1.0.0 Usage: In development mode catching all flutter logs and printing them ``` onError: config.isProduction ? FirebaseCrashlytics.instance.recordError : _reportCrash); void _reportCrash(dynamic error, StackTrace stackTrace) { getLogger('app_runner_reportCrash').e(error.toString(), [error, stackTrace]); }...

before ![errorfgcolor-orig](https://user-images.githubusercontent.com/2263157/163553592-983eac94-f153-4942-8398-237f8eb13070.png) after ![errorfgcolor](https://user-images.githubusercontent.com/2263157/163553601-dbae55a0-946d-496b-902f-cdd3ffcc11e8.png)

# Description: If you wrap the logger in a custom logger file, the first line of the stack trace is your wrapper class (and it's not useful). So if you...

the `printTime` function should also print the current date. This would be useful because I am using this package to write files to disk and would like to know what...