promotional bannermobile promotional banner

BlameLog

Prepends method callers to log messages

File Details

0.4.0 (1.18-1.20.1)

  • R
  • Dec 16, 2023
  • 155.49 KB
  • 8.8K
  • 1.20.4+11
  • Fabric

File Name

blame-log-0.4.0-1.18.jar

Supported Versions

  • 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.18.2
  • 1.18.1
  • 1.18

Curse Maven Snippet

Fabric

modImplementation "curse.maven:blame-log-850931:4960728"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

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