Added Blank line function to levellogger

This commit is contained in:
2022-08-13 12:43:16 -04:00
parent 82cdb2c35e
commit b7e1b84eaf
2 changed files with 6 additions and 0 deletions

View File

@@ -38,4 +38,5 @@ type LevelLogger struct {
warnLog *log.Logger
errorLog *log.Logger
fatalLog *log.Logger
blankLog *log.Logger
}