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,11 +16,11 @@ pcp:
filenameExtension: .pcplog
allowOnConsole: false
schedWindow:
enabled: true
enabled: false
filenameExtension: _schedWindow.log
allowOnConsole: true
clsfnTaskDistrOverhead:
enabled: true
enabled: false
filenameExtension: _classificationOverhead.log
allowOnConsole: true