mirror of
https://github.com/arnaucube/go-ethereum.git
synced 2026-02-28 14:06:45 +01:00
13 lines
100 B
Go
13 lines
100 B
Go
package logger
|
|
|
|
const (
|
|
Error = iota + 1
|
|
Warn
|
|
Info
|
|
Core
|
|
Debug
|
|
Detail
|
|
|
|
Ridiculousness = 100
|
|
)
|