This website requires JavaScript.
Explore
Discord Server
Help
Sign in
cswimr
/
SeaCogs
Watch
1
Star
1
Fork
You've already forked SeaCogs
1
Code
Issues
10
Pull requests
4
Projects
1
Packages
1
Wiki
Activity
Actions
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
"
)
Reference in a new issue
Copy permalink