mowispace / react-native-logs

Performance-aware simple logger for React-Native and Expo with namespaces, custom levels and custom transports (colored console, file writing, etc.)
MIT License
467 stars 33 forks source link

Error-Log-Level color is green in v 3.0.0 #26

Closed fuggerstadt1907 closed 3 years ago

fuggerstadt1907 commented 3 years ago

Hi @alessandro-bottamedi

thx for the new release but unfortunately error loggs are now printed in a green color which doesn't indicates an error on the first look.

Screenshot 2021-01-27 at 16 06 16

Screenshots shows transportOptions.color:

  1. null
  2. ansi
  3. web
alessandro-bottamedi commented 3 years ago

Woops, fixed in 3.0.2 ;)

alessandro-bottamedi commented 3 years ago

I will add the possibility to change colors for each level in next release...