Re: log4cxx SocketAppender
Posted by Marinko on
URL: http://forum.log4view.com/log4cxx-SocketAppender-tp66p288.html
I use log4j2 and the following configuration does not work.
Socket:
name: Socket_Appender
host: 127.0.0.1
port: 9133
protocol: TCP
Loggers:
Root:
level: debug
AppenderRef:
- ref: Socket_Appender
The socket connection has been established but the log4view is not showing the log entries