You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@logging.apache.org by "Thorsten Schöning (Jira)" <lo...@logging.apache.org> on 2020/08/07 16:50:00 UTC

[jira] [Resolved] (LOGCXX-101) MySql Appender

     [ https://issues.apache.org/jira/browse/LOGCXX-101?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Thorsten Schöning resolved LOGCXX-101.
--------------------------------------
    Resolution: Won't Fix

Because we are trying to reduce the backlog of open issues, I'm closing this one right now. The project lacks developers and tries to reduce the variances in the build, supported platforms etc. While this feature suggestion reads somewhat interesting, nobody seems to have asked for it anymore since then.

> MySql Appender
> --------------
>
>                 Key: LOGCXX-101
>                 URL: https://issues.apache.org/jira/browse/LOGCXX-101
>             Project: Log4cxx
>          Issue Type: New Feature
>          Components: Appender
>    Affects Versions: 0.10.0
>         Environment: Windows. Visual Studio 2003
>            Reporter: Josh Clark
>            Assignee: Curt Arnold
>            Priority: Minor
>         Attachments: MySqlAppender.cpp, MySqlAppender.h
>
>
> Our application stores its data in a MySql database.  We can't install the MySql odbc driver on each computer that uses our product so we are forced to use the MySql client library.  So, to be able to log to our database, I needed an appender that could log to MySql using the MySql client library - thus, the MySqlAppender was born.
> This class derives from the ODBC Appender and just overrides the implementation of execute() to use the Mysql library.  It also uses a few more options.
> This should be able to work in a non-windows environment, but I haven't tested it anywhere but windows and VC 2003.  If it is of use to someone, great.  If not, I still needed it.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)