mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-03-05 10:55:02 +00:00
9 lines
71 B
Go
9 lines
71 B
Go
package logger
|
|
|
|
const (
|
|
Error = iota + 2
|
|
Info
|
|
Core
|
|
Debug
|
|
Detail
|
|
)
|