Versions in this module Expand all Collapse all v1 v1.0.2 Aug 24, 2020 Changes in this version + const AdapterAliLS + const AdapterConn + const AdapterConsole + const AdapterEs + const AdapterFile + const AdapterJianLiao + const AdapterMail + const AdapterMultiFile + const AdapterSlack + type Logger struct + func NewLogger(channelLens ...int64) *Logger + func (l *Logger) Alert(f interface{}, v ...interface{}) + func (l *Logger) Critical(f interface{}, v ...interface{}) + func (l *Logger) Debug(f interface{}, v ...interface{}) + func (l *Logger) Emergency(f interface{}, v ...interface{}) + func (l *Logger) Error(f interface{}, v ...interface{}) + func (l *Logger) Info(f interface{}, v ...interface{}) + func (l *Logger) Logger() *logs.BeeLogger + func (l *Logger) Notice(f interface{}, v ...interface{}) + func (l *Logger) Print(v ...interface{}) + func (l *Logger) Printf(format string, v ...interface{}) + func (l *Logger) Println(v ...interface{}) + func (l *Logger) Warn(f interface{}, v ...interface{})