fpillet / NSLogger

A modern, flexible logging tool
Other
5k stars 573 forks source link

Level of stdout is set to 0. Consider creating a separate level for stdout and stderr. #284

Open DanielAsher opened 5 years ago

DanielAsher commented 5 years ago

Hi, I'm new to NSLogger, and am enjoying seeing logs in this modern way and on a second laptop screen. I was wondering if there was a reason that stdout and stderr are marked with level 0? All my current logging is coming out nicely, but it's marked in RED!

Is there a way to configure this? I tried using the Advanced Colors regex, but surprisingly, tag=stdout colored the tag cell, not the message.

thanks for a great project!

Daniel

https://github.com/fpillet/NSLogger/blob/c75ac1d5077bdeea8d0c71d566cfa75448710cad/Client/iOS/LoggerClient.m#L1211