issues
search
ChimeraCoder
/
anaconda
A Go client library for the Twitter 1.1 API
MIT License
1.14k
stars
247
forks
source link
Simplify Logger interface.
#146
Closed
jsha
closed
5 years ago
jsha
commented
8 years ago
Reduce the number of distinct logging levels.
Take only a string, which may be prepared with fmt.Sprintf. This makes it easier to implement alternate loggers, for instance one that logs to syslog.
Remove an unnecessary log entry printed for every empty line.
Correct a typo.