com.github.alexvictoor.weblogback.ChannelRegistry Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of web-logback Show documentation
Show all versions of web-logback Show documentation
Logback appender relying on HTML5 SSE to push logs on browser consoles
The newest version!
package com.github.alexvictoor.weblogback;
import io.netty.channel.Channel;
public interface ChannelRegistry {
void addChannel(Channel ch);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy