This commit is contained in:
Matthias Fulz 2020-09-07 11:28:15 +02:00
parent 1370a82a12
commit ac277c7f3d
1 changed files with 1 additions and 1 deletions

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()
}