mirror of
https://github.com/status-im/op-geth.git
synced 2025-01-10 06:35:54 +00:00
13 lines
100 B
Go
13 lines
100 B
Go
package logger
|
|
|
|
const (
|
|
Error = iota + 1
|
|
Warn
|
|
Info
|
|
Core
|
|
Debug
|
|
Detail
|
|
|
|
Ridiculousness = 100
|
|
)
|