1
0
Fork 0
forked from goffee/core
core/logger
Zeni Kim 0da7ea8ab1 Added Level type - A custom int type with constants DEBUG, INFO, WARNING, ERROR in increasing severity order.
Added `minLevel` field to Logger struct to track the minimum level threshold.
Added `SetLevel()` and `GetLevel()` methods for dynamically changing/reading the log level at runtime.
2026-05-06 16:06:25 -05:00
..
logger.go Added Level type - A custom int type with constants DEBUG, INFO, WARNING, ERROR in increasing severity order. 2026-05-06 16:06:25 -05:00
logger_test.go Added Level type - A custom int type with constants DEBUG, INFO, WARNING, ERROR in increasing severity order. 2026-05-06 16:06:25 -05:00