carina-studio / ULogViewer

Cross-Platform Universal Log Viewer.
https://carina-studio.github.io/ULogViewer/
MIT License
411 stars 41 forks source link

Debug and Trace levels are the same color (blue) making it unnecessarily difficult to differentiate. #50

Closed acastruc closed 2 months ago

acastruc commented 2 months ago

I created a simple profile that included mapping for both Debug and Trace level logs. The application assigns both the same color of blue - why? Wouldn't it be more useful to differentiate? Or better yet let me edit the color (though I see someone else suggested that earlier)

OS: mac 14 M2 Steps

  1. Create profile
  2. Add mapping for both Debug and Trace level.
  3. Load a log file containing both Debug and Trace logs

Result: App assigns both to use the same color, unlike every other log level. Example image

hamster620 commented 2 months ago

Colors are adjested in 5.0.0.921-dev.

acastruc commented 2 months ago

Thank you! Much appreciated!