diff options
Diffstat (limited to 'loggers.py')
-rw-r--r-- | loggers.py | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/loggers.py b/loggers.py new file mode 100644 index 0000000..60e11ff --- /dev/null +++ b/loggers.py @@ -0,0 +1,5 @@ +import logging + +netlog = logging.getLogger("ManaChat.Net") +debuglog = logging.getLogger("ManaChat.Debug") +chatlog = logging.getLogger("ManaChat.Chat") |