1
0
mirror of https://github.com/taigrr/log-socket synced 2026-03-20 17:12:24 -07:00
Commit Graph

6 Commits

Author SHA1 Message Date
0453539d29 feat(log): add colored terminal output without external packages
Adds ANSI color-coded log levels for terminal output:
- TRACE: Gray
- DEBUG: Cyan
- INFO: Green
- NOTICE: Blue
- WARN: Yellow
- ERROR/PANIC/FATAL: Red (bold for PANIC/FATAL)

Colors are auto-detected based on terminal capability and can be
controlled via SetColorEnabled()/ColorEnabled().

Fixes #9
2026-02-08 08:11:26 +00:00
f86c2dbf46 enable namespaced logging 2025-11-10 16:07:28 -05:00
1c00bc90b8 upgrade deps, readme 2025-05-01 18:27:46 -07:00
e21fb8a614 make pass gofumpt 2022-10-14 22:23:42 -07:00
Ethan Holz
430181e3a2 feat: Updated to include print and added ln variants for all logs 2022-10-13 09:59:04 -05:00
63ed3a2ad7 logger => log 2021-08-23 21:12:21 -07:00