Skip to content

Latest commit

Β 

History

History
20 lines (15 loc) Β· 590 Bytes

File metadata and controls

20 lines (15 loc) Β· 590 Bytes

🧠 DevLogger SDK β€” v1.1

A lightweight, developer-friendly logging SDK written in Go.


πŸš€ Overview

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, and ERROR
  • 🧱 Minimal setup β€” one import and you’re ready

πŸ“¦ Installation

Run this command inside your Go project:

go get github.com/shitcodebykaushik/devlogger@v1.1.0