Compare commits
No commits in common. "71071e2283faca8f66ba47fc62a2afa18a7db17d" and "a0eb69d689c6d915c8d892ff5759817381eab379" have entirely different histories.
71071e2283
...
a0eb69d689
|
@ -10,6 +10,6 @@ public class SysLogAppenderTcpAndUdp extends SyslogAppender {
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public SyslogOutputStream createOutputStream() throws SocketException, UnknownHostException {
|
public SyslogOutputStream createOutputStream() throws SocketException, UnknownHostException {
|
||||||
return new SyslogOutputStream(getSyslogHost(), getPort());
|
return new SyslogOutputStreamTcpAndUdp(getSyslogHost(), getPort());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue