mirror of
https://github.com/runelite/plugin-hub.git
synced 2026-03-26 02:21:42 -04:00
templateplugin: add logback-test.xml (#9315)
This commit is contained in:
@@ -27,13 +27,13 @@ public class ${plugin_prefix}Plugin extends Plugin
|
||||
@Override
|
||||
protected void startUp() throws Exception
|
||||
{
|
||||
log.info("${name} started!");
|
||||
log.debug("${name} started!");
|
||||
}
|
||||
|
||||
@Override
|
||||
protected void shutDown() throws Exception
|
||||
{
|
||||
log.info("${name} stopped!");
|
||||
log.debug("${name} stopped!");
|
||||
}
|
||||
|
||||
@Subscribe
|
||||
|
||||
Reference in New Issue
Block a user