mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-02-26 23:57:23 +00:00
10 lines
77 B
Go
10 lines
77 B
Go
package logger
|
|
|
|
const (
|
|
Error = iota + 1
|
|
Warn
|
|
Info
|
|
Core
|
|
Debug
|
|
Detail
|
|
)
|