Skip to content
This repository has been archived by the owner on Apr 13, 2019. It is now read-only.

(feature request) config.logger.log_prefix #12

Open
robbiemu opened this issue Aug 26, 2010 · 1 comment
Open

(feature request) config.logger.log_prefix #12

robbiemu opened this issue Aug 26, 2010 · 1 comment
Assignees
Labels

Comments

@robbiemu
Copy link

if I could get lines like

!! Connecting to irc.freenode.net:6667
<< NICK

to come as

MyBot:Cinch: !! Connecting to irc.freenode.net:6667
MyBot:Cinch: << NICK 

I would be even more happy with cinch :)

@dominikh
Copy link
Member

For now, you can write your own Logger. Take a look at the code for FormattedLogger to see how that is done. You then only have to assign your own Logger class to @logger of Bot.

@dominikh dominikh reopened this Apr 10, 2011
@ghost ghost assigned dominikh Apr 10, 2011
@dominikh dominikh removed this from the Version 2.1.0 milestone Mar 17, 2014
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants