develop #30

Merged
zeni merged 3 commits from develop into main 2026-05-06 21:59:24 -04:00
Owner
  • 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.
  • Custom html/template FuncMap extensions that bring Liquid-like expressiveness to Go server-side templates.
  • go update
  • sync graph code
- 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. - Custom html/template FuncMap extensions that bring Liquid-like expressiveness to Go server-side templates. - go update - sync graph code
zeni added 3 commits 2026-05-06 21:59:02 -04:00
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.
zeni merged commit 6149d2945b into main 2026-05-06 21:59:24 -04:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: goffee/core#30
No description provided.