logger
logger copied to clipboard
Small, easy to use and extensible logger which prints beautiful logs.
Would be nice to be able to see an example or capability that filters out logging levels of different files much like most Java logging packages. ie: logger..level = Debug...
\^[[38;5;196m⛔ - FormatException: Unexpected end of input (at character 1) [11:10:59 AM]:
I think this might be written more elegantly.
when initial the class of Logger,it seems that FileOutput could be import correct. and according to relative issues , what package My project import is "import 'dart:io'"; environment: version :...
Thanks for your package, nice and simple to use. Do you have any suggestion to log parallel processes. I use furrr and future for parallel computaiton and I can't manage...
hi i am using Vscode Version: 1.51.1 on macos 10.14.6 the logger doesn't give me the same colors as mentioned in the pub.dev i don't know why upload image to...
Hi! I'm invoking a function that has a Logger.v, and then shaking the phone to open the embedded log console, but it's not showing anything.
Currently, my app is structured in the following way: 1) I create a custom LogOutput (which actually ends up doing logging BOTH to console) and also to File. 2) The...