Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/constellation-mc/blame-log
Prepending method callers since 2023
https://github.com/constellation-mc/blame-log
fabric fabric-mod fabricmc fabricmc-mod minecraft minecraft-fabric minecraft-fabric-mod minecraft-mod
Last synced: 12 days ago
JSON representation
Prepending method callers since 2023
- Host: GitHub
- URL: https://github.com/constellation-mc/blame-log
- Owner: constellation-mc
- License: mit
- Created: 2023-04-15T20:24:31.000Z (over 1 year ago)
- Default Branch: multi-version-fabric
- Last Pushed: 2024-04-12T08:49:31.000Z (7 months ago)
- Last Synced: 2024-04-12T15:35:28.553Z (7 months ago)
- Topics: fabric, fabric-mod, fabricmc, fabricmc-mod, minecraft, minecraft-fabric, minecraft-fabric-mod, minecraft-mod
- Language: Java
- Homepage:
- Size: 124 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# BlameLog
> Blaming logs since 2023.
### What's this?
This is a proof-of-concept mod, which patches Loggers to prepend method callers.
Wondering which mod printed this?
```
[02:16:21] [Render thread/INFO]: Trying to read config file...
[02:16:21] [Render thread/INFO]: A config file was found, loading it..
[02:16:21] [Render thread/INFO]: Successfully loaded config file.
```Well, now you know!
```
[02:16:21] [Render thread/INFO]: [me.luligabi.noindium.NoIndium#createConfig] Trying to read config file...
[02:16:21] [Render thread/INFO]: [me.luligabi.noindium.NoIndium#createConfig] A config file was found, loading it..
[02:16:21] [Render thread/INFO]: [me.luligabi.noindium.NoIndium#createConfig] Successfully loaded config file.
```