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

View File

@@ -1,8 +1,3 @@
from diceplayer.utils import Logger
from importlib import metadata
from diceplayer.utils.logger import RunLogger
VERSION = metadata.version("diceplayer")
logger = Logger(__name__)