This website requires JavaScript.
Explore
Discord Server
Help
Sign in
maxigames
/
SeaCogs
Watch
1
Star
0
Fork
You've already forked SeaCogs
0
forked from
blizzthewolf/SeaCogs
Code
Pull requests
Activity
ae31a61436
SeaCogs
/
aurora
/
utilities
/
logger.py
4 lines
65 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
fix(repo): changed all loggers to `red.seacogs.<cog_name>` instead of `red.sea.<cog_name>`
2024-03-07 01:32:27 -05:00
logger
=
logging
.
getLogger
(
"
red.seacogs.aurora
"
)
Copy permalink