Initial commit
This commit is contained in:
9
constants.go
Normal file
9
constants.go
Normal file
@@ -0,0 +1,9 @@
|
||||
package log
|
||||
|
||||
import "log/slog"
|
||||
|
||||
// custom logging levels not included with slog
|
||||
const (
|
||||
LevelTrace = slog.Level(-8) // trace
|
||||
LevelFatal = slog.Level(12) // fatal
|
||||
)
|
Reference in New Issue
Block a user