This website requires JavaScript.
Explore
Discord Server
Help
Register
Sign in
Rosie-Val
/
SeaCogs
Watch
1
Star
0
Fork
You've already forked SeaCogs
0
Code
Pull requests
Activity
09d7f634f2
SeaCogs
/
aurora
/
utilities
/
logger.py
4 lines
84 B
Python
Raw
Normal View
History
Unescape
Escape
feat(repo): added help formatters for version numbers to cogs that have them and migrated to using red's inbuilt loggers instead of logging.getLogger
2024-03-07 03:38:34 -05:00
from
red_commons
.
logging
import
getLogger
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
feat(repo): added help formatters for version numbers to cogs that have them and migrated to using red's inbuilt loggers instead of logging.getLogger
2024-03-07 03:38:34 -05:00
logger
=
getLogger
(
"
red.seacogs.aurora
"
)
Copy permalink