This commit is contained in:
Matthias Fulz 2020-09-07 11:28:15 +02:00
parent 1370a82a12
commit ac277c7f3d

View File

@ -221,7 +221,7 @@ func (sl *SLogger) ClearLoggers() {
sl.loggers = []io.Writer{}
}
func (sl *SLogLevel) Finish() {
func (sl *SLogger) Finish() {
for _, l := range sl.loggers {
l.Close()
}