floggy
floggy copied to clipboard
Customizable logger for dart and flutter applications.
Extension for loggy. Includes the interceptor and pretty printer to use with Dio, without a Flutter dependency
dio_logger emit error on XMLHttpRequest error of web environment when using flutter_loggy_dio. XMLHttpRequest error is derived from CORS issue when launching flutter web environment (especially when debugging). And in this...
"fixes" #47 in that it now logs json body like this: ``` [DioLoggy] 👻 12:54:29.888400 INFO - ╔╣ Request ║ POST ║ https://jsonplaceholder.typicode.com/posts ╚══════════════════════════════════════════════════════════════════════════════════════════╝ ╔ Headers ╟ content-type: application/json; charset=utf-8...
It would be aweome to have the ability to log to an ELK stack.
In your *The hunt for libraries*, I miss one important feature: Log to file.
Hi, first of all, i very much like this logger and the simplicity of creating new mixins for different object types. Im using GetX package and when print a logger...
While using the LoggyDioInterceptor I noticed that my requests always triggered the try/catch block [here](https://github.com/infinum/floggy/blob/f7f9d2c31f30e71afb3550dbeb81e9688bc33df9/flutter_loggy_dio/lib/flutter_loggy_dio/dio_logger.dart#L126). The exception thrown is FormatException because ``` data.toString() ``` returns the Json without quotes which...
Your README indicates how to collapse and expand logs in AD/IJ but doesn't mention VSCode. Is this feature not supported there? If it is supported, how do I configure it?
OS: MacOS BigSur 11.5.2 Flutter app running on Kitty Terminal Emulator testing on: iOS simulator iPhone 12 Pro Max when I use PrettyDeveloperPrinter with iOS, nothing is being printed to...