errlog
Error logger
A tool to improve error logging and debugging in Go by providing detailed information about the source of errors.
Reduce debugging time. Use static & stack-trace analysis to identify the error immediately.
459 stars
6 watching
20 forks
Language: Go
last commit: over 1 year ago
Linked from 2 awesome lists
debugging-toolerror-loggolang
Related projects:
Repository | Description | Stars |
---|---|---|
nickcraver/stackexchange.exceptional | An error handler/logger that supports multiple databases and allows customization of logging behavior. | 863 |
ewwwwwqm/logdump | A tool that writes logs to multiple files based on custom zones and output destinations. | 11 |
gyozatech/noodlog | A logging library for Go that allows configuration and customization of log messages. | 44 |
bannzai/gedatsu | A tool for formatting AutoLayout error logs in a human-readable format. | 531 |
samber/slog-multi | A library providing design workflows and handlers for structured logging in Go, including pipeline, fanout, routing, failover, and load balancing. | 384 |
southclaws/fault | Provides an extensible error handling mechanism with structured metadata and composable error wrapping utilities. | 164 |
emperror/emperror | Tools and strategies for handling errors in Go applications | 342 |
aybabtme/logzalgo | A custom log formatter for Go applications inspired by a memorable error message from the 2014s. | 213 |
pieterclaerhout/go-log | A logging library that provides functions to log different levels of messages with various options. | 10 |
amoghe/distillog | A minimalistic logging library with support for varying log levels and no extraneous features. | 31 |
dixonwille/wlog | A simple logging interface with cross-platform color support and concurrency features. | 66 |
neuronlabs/errors | Provides a simple and classified error handling system with advanced features like classification primitives and detailed error structures. | 6 |
craigp/slack_logger_backend | A logging backend for posting errors to Slack | 33 |
apsdehal/go-logger | A logging library for Go programs providing customizable logging options and a simple API | 290 |
thundr67/falcon | A package for efficiently handling errors in Go programs. | 11 |