Issue Details (XML | Word | Printable)

Key: LOGCXX-66
Type: Task Task
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: Andreas Fester
Reporter: Daniel Einspanjer
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Log4cxx

SyslogAppender append method currently stubbed out

Created: 23/Feb/05 02:07 AM   Updated: 08/May/06 12:33 AM
Return to search
Component/s: Appender
Affects Version/s: 0.10.0
Fix Version/s: 0.10.0

Time Tracking:
Not Specified

Environment: POSIX
Issue Links:
dependent
 

Resolution Date: 08/May/06 12:33 AM


 Description  « Hide
On 2004/12/11 4:53:25 it was stubbed out by carnold with the following comment:
LOGCXX-10: Conflicting tchar.h: for header feedback, not functional


 All   Comments   Work Log   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order
Curt Arnold added a comment - 23/Feb/05 03:04 AM
I've took a shot at getting SyslogAppender back online. I hardcoded LOG4CXX_HAVE_SYSLOG to 1 in portability.h for all non-Windows systems. That will need to be refined when we rework the autoconf/make build.

Andreas Fester added a comment - 30/Jul/05 07:45 PM
portability.h is now log4cxx/private/log4cxx_private.h. This include file seems to be missing from syslogappender.cpp since also on Unix the syslogwriter is used instead of syslog().