freebsd-ports/devel/p5-Log-Log4perl-Appender-Socket-UNIX/pkg-descr
Stefan Eßer fb16dfecae Remove WWW entries moved into port Makefiles
Commit b7f05445c0 has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
2022-09-07 23:58:51 +02:00

7 lines
376 B
Text

Log::Log4perl::Appender::Socket::UNIX is a simple appender for writing to a unix
domain socket. It relies on Socket and only logs to an existing socket - ie.
very useful to always log debug streams to the socket.
The appender tries to stream to a socket. The socket in questions is beeing
created by the client who wants to listen, once created the messages are coming
thru.