Let the connection use its own logger.
[sonitus.git] / src / main / java / net / pterodactylus / sonitus / data / Pipeline.java
index 3fb2810..1fcec19 100644 (file)
@@ -299,6 +299,9 @@ public class Pipeline implements Iterable<Filter> {
         */
        public static class Connection implements Runnable {
 
+               /** The logger. */
+               private static final Logger logger = Logger.getLogger(Connection.class.getName());
+
                /** The source. */
                private final Filter source;