Skip to content

Commit

Permalink
add patcherex as alias logger
Browse files Browse the repository at this point in the history
  • Loading branch information
DennyDai committed Dec 16, 2024
1 parent 0cc18c4 commit ee69c4e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/patcherex2/patcherex.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@
from .patches import __all__ as all_patches
from .targets import Target

logging.Logger.manager.loggerDict["patcherex"] = logging.Logger.manager.loggerDict[
"patcherex2"
]
logger = logging.getLogger(__name__)


Expand Down

0 comments on commit ee69c4e

Please sign in to comment.