summaryrefslogtreecommitdiff
path: root/loggers.py
blob: 60e11ff27b131abf28ee2cd447bf3c18955bdc9d (plain) (blame)
1
2
3
4
5
import logging

netlog = logging.getLogger("ManaChat.Net")
debuglog = logging.getLogger("ManaChat.Debug")
chatlog = logging.getLogger("ManaChat.Chat")