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
85a935f9b3
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
misc(repo): changed all logger names
2024-04-08 05:55:35 -04:00
logger
=
getLogger
(
"
red.SeaCogs.Aurora
"
)
Copy permalink