-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Introduce package exclusion mechanism to prevent klog classes from being loaded in different defining ClassLoaders (it is normal that there are more initiating loaders at play, but here this means reinitialization of the log files) - Let Mixin log through Weave - Remove dead code Squashed commit of the following: commit 052502e Merge: b3e9a84 61fccf2 Author: killian <[email protected]> Date: Wed May 15 19:11:39 2024 +0200 Merge branch 'master' into feat/logging commit b3e9a84 Author: xtrm <[email protected]> Date: Sat May 11 00:13:42 2024 +0200 🔨 chore(loader): remove debug duplicate code commit 0ab7a64 Author: xtrm <[email protected]> Date: Fri May 10 23:32:22 2024 +0200 🐛 fix(MixinSandbox): whoops, forgot about the easy way commit 99470af Author: xtrm <[email protected]> Date: Fri May 10 23:30:20 2024 +0200 🐛 fix(loader): optimize tryRetransform commit 67709d0 Author: xtrm <[email protected]> Date: Fri May 10 23:28:25 2024 +0200 🔨 chore(loader): cleanup WeaveLogAppender commit 4553e2c Author: xtrm <[email protected]> Date: Tue May 7 15:50:48 2024 +0200 🔨 chore(loader): remove commented-out code commit 449ccff Author: xtrm <[email protected]> Date: Tue May 7 15:49:28 2024 +0200 ✨ feature(loader/bootstrap): add a way to make hooked ClassLoaders ignore packages commit 018f1e6 Author: xtrm <[email protected]> Date: Tue May 7 15:17:11 2024 +0200 🚧 wip(loader/bootstrap): try and fix logger double-initialization commit 1cf4f93 Author: xtrm <[email protected]> Date: Tue May 7 06:05:51 2024 +0200 ✨ feature(loader): add java property to dump transformed bytecode commit 7769f62 Author: xtrm <[email protected]> Date: Tue May 7 04:16:04 2024 +0200 🔨 chore(loader): update println statement commit 861439e Author: xtrm <[email protected]> Date: Sun May 5 03:29:30 2024 +0200 🔨 chore(loader): println -> klog.warn commit aac0923 Author: xtrm <[email protected]> Date: Sat May 4 00:50:06 2024 +0200 🔨 chore(loader/Utilities.kt): change exit to return `Nothing` commit 952be40 Author: xtrm <[email protected]> Date: Sat May 4 00:31:55 2024 +0200 ✨ feature(loader): add nice console + file logging Co-authored-by: xtrm <[email protected]> Co-authored-by: 770grappenmaker <[email protected]> Closes #46
- Loading branch information
1 parent
3cf8e6a
commit ae9ade1
Showing
15 changed files
with
377 additions
and
235 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.