Versions in this module Expand all Collapse all v0 v0.3.0 Sep 10, 2020 v0.2.0 Sep 8, 2020 Changes in this version + const Debug + const Err + const Exception + const Info + const None + const Record + const Warning + func CalculateHash(r io.Reader) string + func FailOnError(err error, message string) + func PanicOnError(err error, message string) + type ILog interface + GetPriority func() int + Print func(p int, a ...interface{}) + Printf func(p int, format string, a ...interface{}) + Println func(p int, a ...interface{}) + SetOut func(writer io.Writer) + SetPriority func(pri int) + var Log ILog + type Logger struct + func NewLog() *Logger + func (l *Logger) GetPriority() int + func (l *Logger) Print(p int, a ...interface{}) + func (l *Logger) Printf(p int, format string, a ...interface{}) + func (l *Logger) Println(p int, a ...interface{}) + func (l *Logger) SetOut(writer io.Writer) + func (l *Logger) SetPriority(pri int)