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