We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 852255d commit 8b50ed5Copy full SHA for 8b50ed5
hook.go
@@ -22,7 +22,7 @@ var (
22
type HookFunc func(e Entry)
23
24
//‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾
25
-// Global methods
+// Package methods
26
//___________________________________
27
28
// AddHook method is to add logger hook function.
log.go
@@ -85,7 +85,7 @@ type (
85
)
86
87
88
89
90
91
// New method creates the aah logger based on supplied `config.Config`.
0 commit comments