mirror of
https://github.com/status-im/op-geth.git
synced 2025-02-10 05:45:41 +00:00
10 lines
71 B
Go
10 lines
71 B
Go
package logger
|
|
|
|
const (
|
|
Error = iota + 2
|
|
Info
|
|
Core
|
|
Debug
|
|
Detail
|
|
)
|