Used string join at neccesary places. Removed unused code

This commit is contained in:
balandi1 2019-11-20 16:11:33 -05:00
parent 4d15e59d4c
commit 20f2f1e8c5
12 changed files with 60 additions and 76 deletions

View file

@ -1,14 +1,14 @@
package elektronLogging
const (
ERROR = iota
WARNING = iota
GENERAL = iota
SUCCESS = iota
CONSOLE = iota
PCP = iota
SCHED_TRACE = iota
SPS = iota
SCHED_WINDOW = iota
CLSFN_TASKDIST_OVERHEAD = iota
ERROR = iota
WARNING
GENERAL
SUCCESS
CONSOLE
PCP
SCHED_TRACE
SPS
SCHED_WINDOW
CLSFN_TASKDIST_OVERHEAD
)