remove .gitignore changes and update AddHook
This commit is contained in:
+1
-1
@@ -35,7 +35,7 @@ func GetLevel() Level {
|
|||||||
|
|
||||||
// AddHook adds a hook to the standard logger hooks.
|
// AddHook adds a hook to the standard logger hooks.
|
||||||
func AddHook(hook Hook) {
|
func AddHook(hook Hook) {
|
||||||
std.Hooks.Add(hook)
|
std.AddHook(hook)
|
||||||
}
|
}
|
||||||
|
|
||||||
// WithError creates an entry from the standard logger and adds an error to it, using the value defined in ErrorKey as key.
|
// WithError creates an entry from the standard logger and adds an error to it, using the value defined in ErrorKey as key.
|
||||||
|
|||||||
Reference in New Issue
Block a user