mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-02-27 16:17:22 +00:00
12 lines
100 B
Go
12 lines
100 B
Go
package logger
|
|
|
|
const (
|
|
Error = iota + 1
|
|
Warn
|
|
Info
|
|
Core
|
|
Debug
|
|
Detail
|
|
|
|
Ridiculousness = 100
|
|
)
|