LazyGophers Log

A high-performance, flexible Go logging library

Built on zap with rich features and a simple API

🚀

High Performance

Built on zap with object pooling and conditional field recording for optimal performance

📊

Rich Log Levels

Supports Trace, Debug, Info, Warn, Error, Fatal, and Panic levels

⚙️

Flexible Configuration

Customize log levels, caller info, trace info, prefixes, suffixes, and output targets

🔄

File Rotation

Built-in hourly log file rotation support

🔌

Zap Compatibility

Seamless integration with zap WriteSyncer

🎯

Simple API

Clean API similar to standard log library, easy to use and integrate