refactored elektronLogging to logging
This commit is contained in:
parent
bd8ddd1835
commit
3d201bf437
22 changed files with 32 additions and 32 deletions
10
logging/types/types.go
Normal file
10
logging/types/types.go
Normal file
|
@ -0,0 +1,10 @@
|
|||
package elektronLogging
|
||||
|
||||
const (
|
||||
CONSOLE = iota
|
||||
PCP
|
||||
SCHED_TRACE
|
||||
SPS
|
||||
SCHED_WINDOW
|
||||
CLSFN_TASKDISTR_OVERHEAD
|
||||
)
|
Reference in a new issue