Removed ERROR, GENERAL, SUCCESS, WARNING log types

This commit is contained in:
balandi1 2019-11-21 14:58:14 -05:00
parent 268df3cd51
commit cb5df9acc8
11 changed files with 71 additions and 76 deletions

View file

@ -1,11 +1,7 @@
package elektronLogging
const (
ERROR = iota
WARNING
GENERAL
SUCCESS
CONSOLE
CONSOLE = iota
PCP
SCHED_TRACE
SPS