A lightweight, developer-friendly logging SDK written in Go.
DevLogger is a simple logging SDK built for Go developers who want clean, timestamped, and level-based logs without depending on heavy frameworks.
It provides:
- π Console + File Logging
- π Timestamped Log Entries
- βοΈ Log Levels:
INFO,WARNING, andERROR - π§± Minimal setup β one import and youβre ready
Run this command inside your Go project:
go get github.com/shitcodebykaushik/devlogger@v1.1.0