mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-03-19 17:40:42 +00:00
8 lines
65 B
Go
8 lines
65 B
Go
package logger
|
|
|
|
const (
|
|
Error = iota + 2
|
|
Info
|
|
Debug
|
|
Detail
|
|
)
|