Initial elektromLogging library

This commit is contained in:
balandi1 2019-11-13 11:19:04 -05:00
parent e3caa90c31
commit 1fd6c7e4f4
12 changed files with 571 additions and 0 deletions

View file

@ -0,0 +1,17 @@
package elektronLogging
import "github.com/fatih/color"
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
)