wobscale / EuIrcBot

A featureful nodejs irc bot
MIT License
15 stars 15 forks source link

Update modules to use logger #144

Open LinuxMercedes opened 7 years ago

LinuxMercedes commented 7 years ago

143 introduces a proper logger, rather than just using console.log everywhere. Modules need to be updated to use it.

This is a list of modules containing the string "console.log" that probably need to be converted to use a logger instead:

euank commented 7 years ago

I believe the examples in the testlog module are decently exhaustive.

The preferred method would be via ether the first (for anything with no changes in 'this', i.e. no arr.forEach or such), or the last (using 'init' to initialize a var log module variable).

LinuxMercedes commented 7 years ago

Scrollback switched in #150

iliana commented 6 years ago

dumbCommandModule switched in #190