gilmore606 / ure

the unRogueEngine
MIT License
122 stars 12 forks source link

Logging #95

Closed melville closed 6 years ago

melville commented 6 years ago

This PR adds the Apache Commons log wrapper and sets up the Java logger using a config file (logging.properties in the project root). We can change the log level for particular classes or packages in that file if we need debugging info. I set almost everything at DEBUG or TRACE level, but feel free to adjust as you see fit. By default we only see INFO, WARN, and ERROR logs.