Simple leveled logging solution

This page summarizes the projects mentioned and recommended in the original post on /r/golang

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • nlog

    Twigsnake - simplistic leveled logging for Go. (by Lereinth)

    Hi everyone. I've always found the very concept of switchable logging levels very useful both for developing/debugging and production usage. But existing solutions like logrus or glog seemed to be too complicated and feature-rich for my needs. So, long story short, I wrote a super simple wrapper for standard log package: nlog, which introduces easy leveled logging while preserving all features of Go's standard logger.

  • glog

    Leveled execution logs for Go (by golang)

    the 5th hit looks like something made 6-8 yrs ago which would have worked: https://github.com/golang/glog

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts