refactor: replace Logger with RunLogger and streamline logging setup

This commit is contained in:
2026-03-01 11:01:04 -03:00
parent 53f75b44a5
commit c59f0d6516
23 changed files with 71 additions and 2636 deletions

4
diceplayer/logger.py Normal file
View File

@@ -0,0 +1,4 @@
from diceplayer import RunLogger
logger = RunLogger("diceplayer")