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