Skip to content
/ logg Public

✨ Yet another simple, nearly zero dependency, structural log compliance logger implementation.

License

Notifications You must be signed in to change notification settings

guiiai/logg

Repository files navigation

@guiiai/logg

Yet another simple, nearly zero dependency, structural log compliance logger implementation.

Features

  • 🛠️ Stack Parse: Automatically captures and includes stack trace information for enhanced debugging.
  • 📞 Caller Records: Provides detailed information about the calling function and file.
  • 🗄️ JSON Format & stdout: Outputs logs in JSON format to stdout for easy parsing and integration with log management tools.
  • 🔄 Drop-in Replacement for Winston: Can be used as a direct replacement for the popular Winston logger.
  • 📏 Best Practices for Structural Logging: Implements industry best practices for structured logging.
  • 🧩 Intuitive API: Simple and easy-to-use API for quick integration into your projects.

Preview