Code and formatting fixes

Changed the shorthand for log config flag.
Fixed formatting as mentioned.
Removed unnecessary function declarations from elektronLogger interface.
Disabled schedWindow and clsfnTaskDistrOverhead in config file.
This commit is contained in:
balandi1 2019-12-09 10:55:34 -05:00
parent 02abb1e882
commit 027adef642
5 changed files with 6 additions and 11 deletions

View file

@ -16,9 +16,6 @@ var elektronLoggerInstance elektronLogger
type elektronLogger interface {
setNext(next elektronLogger)
isEnabled() bool
isAllowedOnConsole() bool
getFilenameExtension() string
Log(logType int, level log.Level, message string)
Logf(logType int, level log.Level, msgFmtString string, args ...interface{})
WithFields(logData log.Fields) elektronLogger