Versions in this module Expand all Collapse all v1 v1.0.1 Jul 11, 2024 v1.0.0 Jul 11, 2024 Changes in this version + const Debug + const Error + const Fatal + const Info + const Off + const Trace + const Warn + var LevelSpecs = []LevelSpec + func GetLoc(skip int) (output string) + func JoinStrings(a ...any) (s string) + func New(writer io.Writer) (l *Log, c *Check, errorf *Errorf) + func UnixNanoAsFloat() (s string) + type C func(closure func() string) + type Check struct + D Chk + E Chk + F Chk + I Chk + T Chk + W Chk + type Chk func(e error) bool + type Entry struct + CodeLocation string + Level string + Package string + Text string + Time time.Time + type Err func(format string, a ...interface{}) error + type Errorf struct + D Err + E Err + F Err + I Err + T Err + W Err + type F func(format string, a ...interface{}) + type LevelPrinter struct + func GetPrinter(l int32, writer io.Writer) LevelPrinter + type LevelSpec struct + Colorizer func(a ...interface{}) string + ID int + Name string + type Ln func(a ...interface{}) + type Log struct + D LevelPrinter + E LevelPrinter + F LevelPrinter + I LevelPrinter + T LevelPrinter + W LevelPrinter + func GetStd() (ll *Log) + type S func(a ...interface{}) Other modules containing this package github.com/mleku/btcec/v2