-
Notifications
You must be signed in to change notification settings - Fork 1
Logback Module
PiggyPiglet edited this page Aug 17, 2019
·
3 revisions
The Logback addon is by far the simplest addon RPF provides, and simply adds a Logger implementation for the SLF4J implementation of Logback. Using this module is as simple as shading it into your project, RPF will do the rest. You can get an instance of a logger via
LoggerFactory#getLogger(String name)