✅ Add method to set debug flag
[Sone.git] / src / main / java / net / pterodactylus / sone / core / Core.java
index e0bd804..99527bc 100644 (file)
@@ -235,6 +235,10 @@ public class Core extends AbstractService implements SoneProvider, PostProvider,
                return debug.get();
        }
 
                return debug.get();
        }
 
+       public void setDebug() {
+               debug.set(true);
+       }
+
        /**
         * Returns the options used by the core.
         *
        /**
         * Returns the options used by the core.
         *