projectdiscovery / gologger

A simple layer for leveled logging in go
MIT License
75 stars 24 forks source link

Evaluate deprecating and replacing with `slog` #51

Open Mzack9999 opened 5 months ago

Mzack9999 commented 5 months ago

Evaluate if gologger can be deprecated in favour of the new slog as in addition to levelled logging, offers also structured logging along with JSON and generic text handlers, actually implemented manually in all tools. If functional we can deprecate the library and move it to utils with the necessary initialization boilerplate