Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

What is wrong with rs/zerolog? #1

Closed
frederikhors opened this issue Apr 21, 2022 · 1 comment
Closed

What is wrong with rs/zerolog? #1

frederikhors opened this issue Apr 21, 2022 · 1 comment

Comments

@frederikhors
Copy link

What is wrong with https://github.com/rs/zerolog?

No offense. Just to better understand your opinion.

@frederikhors frederikhors changed the title What is wrong with https://github.com/rs/zerolog? What is wrong with rs/zerolog? Apr 21, 2022
@blaubaer
Copy link
Member

blaubaer commented Feb 28, 2023

Sorry for the late response (I was missing this notification),

slf4g is a logger made for adjust to your needs and integrate with many other existing frameworks. For example for:

  1. logrus (using slf4g-logrus)
  2. klog (using slf4g-klog)
  3. logr (using slf4g-logr)
  4. Or obviously also the default Go logger using the sdk/bridge

...often you're using libraries which does simply not like your logging library. In those cases you often ending up in different log outputs. This logger library is made in way to make it easier to adapt to those (if not already - as listed above - integrations are available).

On top of that you can customize as you want. JSON (obviously), Text (color and plain) and your own stuff.

Structures of logger: ROOT->A->B->C ... and so on...

In general, I hoped I was able to explain it in the motivation section.

Cheers

@blaubaer blaubaer closed this as not planned Won't fix, can't repro, duplicate, stale Jul 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants