BlameLog has been archived. BlameLog will not receive any further updates unless the author decides to unarchive the project.
90% of ad revenue goes to creators. Go ad-free while supporting creators with Modrinth Plus. Subscribe today! - 1.21.1
- 1.21
- 1.20.6
- 1.20.5
- 1.20.4
- 1.20.3
- 1.20.2
- 1.20.1
- 1.20
- 1.19.4
- 1.19.3
- 1.19.2
- 1.19.1
- 1.19
- 1.18.2
- 1.18.1
- 1.18
- No elements found. Consider changing the search query.
- List is empty.
- Beta
- Release
- No elements found. Consider changing the search query.
- List is empty.
What's new:
- Updated Dark Matter to fix a crash.
- Some minor internal refactors.
What's new:
- Added a very simple config to change the default pattern.
-
- Supported args are:
{class}
- The full class name.
{method}
- The calling method.
{simpleClass}
- The simple class name. (without the package)
{methodParams}
- Simple method parameter array.
{methodReturnType}
- The return type of the method.
- The new default pattern is
[{simpleClass}#{method}] {message}
-
- The old one is
[{class}#{method}] {message}
- Fixed issues on Connector.
- Updated Dark Matter
What's new:
- Better Mixin handling. Now
net.minecraft
is replaced by the mixin class if the method was injected.
-
- These can get hilariously long:
-
[de.keksuccino.drippyloadingscreen.mixin.mixins.client.MixinLoadingOverlay#handler$enb000$drippyloadingscreen$onConstruct]
-
[net.mehvahdjukaar.supplementaries.mixins.SheetsClassloadingFixHackMixin#handler$mnf000$supplementaries$whyDoIHaveToDoThis]
- Added 2 more checks, 1. If class name ends with
Logging
2. If a method is called log
.