wisp-forest / gadget

Debugger's Delight
https://modrinth.com/mod/gadget
GNU Lesser General Public License v3.0
44 stars 6 forks source link

Forward certain log messages directly to chat #28

Closed BasiqueEvangelist closed 1 year ago

BasiqueEvangelist commented 1 year ago

While the game log is incredibly useful for debugging, looking at it requires unfocusing the Minecraft window and going through all other unrelated log messages. This is mainly why I sometimes just directly log messages to Minecraft chat, as it's easier to see and has much less clutter. It would be rather nice for there to be a general screen for configuring logging to chat on both the server and the client, so that there is no need to write custom chat+log functions if there is a need to log anything complex.

BasiqueEvangelist commented 1 year ago

Added loud logging on physical client, have no idea whether it's needed on the server so I'm closing this