Description
There have been multiple requests for an appender that would use Win32's OutputDebugString API (I assume Win64 has the same API).
The following message contains an implementation:
http://nagoya.apache.org/eyebrowse/ReadMsg?listName=log4cxx-dev@logging.apache.org&msgNo=181
Requests:
http://nagoya.apache.org/eyebrowse/ReadMsg?listName=log4cxx-user@logging.apache.org&msgNo=304
http://nagoya.apache.org/eyebrowse/ReadMsg?listName=log4cxx-user@logging.apache.org&msgNo=186
The submitted implementation is called Win32ODSAppender. Log4j does not have an equivalent appender, however log4net does and it is called OutputDebugStringAppender. The submitted implementation has a personal copyright which is not the same name as the submitter.