slog update

This commit is contained in:
Matthias Fulz 2020-07-06 01:36:03 +02:00
parent 4198576f52
commit 2ce41685ca
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ import (
type LogErrorFunc func(format string, args ...interface{})
var logError = LogErrorFunc(slog.LOG_ERROR)
var logError = LogErrorFunc(slog.LOG_ERRORF)
func SetLogError(f LogErrorFunc) {
logError = f