FreeRDP/winpr/libwinpr/utils/wlog
David FORT 5fbf26acf2 Add an UDP appender to wLog
This appender allows to receive the logs over a network connection using UDP packets.
You can see the logs using a listening netcat, for example: nc -ul 127.0.0.1 20000.
2015-11-04 18:11:19 +01:00
..
Appender.c Add an UDP appender to wLog 2015-11-04 18:11:19 +01:00
Appender.h Add an UDP appender to wLog 2015-11-04 18:11:19 +01:00
BinaryAppender.c wlog: fixed return values 2015-10-21 01:11:06 -07:00
BinaryAppender.h libwinpr-utils: further split wlog framework into more source files, add some thread safety for write operations 2013-10-02 13:38:21 -04:00
CallbackAppender.c wlog: fixed return values 2015-10-21 01:11:06 -07:00
CallbackAppender.h Added callback appender for wlog. 2014-11-16 12:20:48 +01:00
ConsoleAppender.c wlog: fixed return values 2015-10-21 01:11:06 -07:00
ConsoleAppender.h libwinpr-utils: split wlog framework 2013-10-01 16:08:26 -04:00
DataMessage.c wlog: fixed return values 2015-10-21 01:11:06 -07:00
DataMessage.h wlog: fixed return values 2015-10-21 01:11:06 -07:00
FileAppender.c wlog: fixed return values 2015-10-21 01:11:06 -07:00
FileAppender.h libwinpr-utils: split wlog framework 2013-10-01 16:08:26 -04:00
ImageMessage.c wlog: fixed return values 2015-10-21 01:11:06 -07:00
ImageMessage.h wlog: fixed return values 2015-10-21 01:11:06 -07:00
JournaldAppender.c Take in account @bmiklautz remarks 2015-11-01 21:34:03 +01:00
JournaldAppender.h Take in account @bmiklautz remarks 2015-11-01 21:34:03 +01:00
Layout.c wlog: fixed return values 2015-10-21 01:11:06 -07:00
Layout.h libwinpr-utils: further split wlog framework into more source files, add some thread safety for write operations 2013-10-02 13:38:21 -04:00
Message.c Added PathMakePath function. 2015-06-09 13:16:28 +02:00
Message.h libwinpr-utils: start implement wlog packet appender 2013-10-08 23:18:59 -04:00
PacketMessage.c wlog: fixed return values 2015-10-21 01:11:06 -07:00
PacketMessage.h wlog: fixed return values 2015-10-21 01:11:06 -07:00
SyslogAppender.c Adapt to last wLog changes 2015-10-22 10:54:21 +02:00
SyslogAppender.h Add a wLog syslog appender 2015-10-22 10:37:49 +02:00
TextMessage.c winpr: fix ranlib missing symbols warnings on OS X 2014-05-09 22:44:19 -04:00
TextMessage.h libwinpr-utils: further split wlog framework into more source files, add some thread safety for write operations 2013-10-02 13:38:21 -04:00
UdpAppender.c Add an UDP appender to wLog 2015-11-04 18:11:19 +01:00
UdpAppender.h Add an UDP appender to wLog 2015-11-04 18:11:19 +01:00
wlog.c Add an UDP appender to wLog 2015-11-04 18:11:19 +01:00
wlog.h wlog: fixed return values 2015-10-21 01:11:06 -07:00