OpenCraft-Studios / opencraft

A roughly calculated clone of Minecraft
BSD 3-Clause "New" or "Revised" License
7 stars 1 forks source link

Add a logger to diagnose errors/bugs. #50

Open CiroZDP opened 2 weeks ago

CiroZDP commented 2 weeks ago

Is your feature request related to a problem? Please describe. Not really. Concretely, is a tool.

Describe the solution you'd like I want to add a logger. There a bunch of loggers: Log4J, SLF4J and the default java logger. I suggest using SLF4J because it provides you a facade that will be the same don't matter what logger backend are you using.