refactor: Update dependencies, modernize Hydrun build systems, CI/CD and README conventions
Signed-off-by: Felicitas Pojtinger <felicitas@pojtinger.com>
This commit is contained in:
@@ -41,6 +41,10 @@ func (l Logger) Error(event string, keyvals ...interface{}) {
|
||||
l.log("ERROR", event, keyvals)
|
||||
}
|
||||
|
||||
func (l Logger) Panic(event string, keyvals ...interface{}) {
|
||||
l.log("PANIC", event, keyvals)
|
||||
}
|
||||
|
||||
func (l Logger) With(keyvals ...interface{}) golog.Logger {
|
||||
return l
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user