This website requires JavaScript.
Explore
Discord Server
Help
Register
Sign in
maxigames
/
SeaCogs
Watch
1
Star
0
Fork
You've already forked SeaCogs
0
forked from
blizzthewolf/SeaCogs
Code
Pull requests
Activity
7edbaa7c41
SeaCogs
/
aurora
/
utilities
/
logger.py
4 lines
61 B
Python
Raw
Normal View
History
Unescape
Escape
misc(moderation): moved a bunch of functionality to other files to reduce the length of the main file and improve code maintainability
2023-12-17 02:16:44 -05:00
import
logging
misc(aurora): changed logger name from moderation to aurora
2023-12-28 04:55:21 -05:00
logger
=
logging
.
getLogger
(
"
red.sea.aurora
"
)
Copy permalink