You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@axis.apache.org by "Olivier Mengué (JIRA)" <ji...@apache.org> on 2010/03/04 19:41:27 UTC

[jira] Updated: (AXIS2C-1455) More flexibility in the logging subsystem

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

Olivier Mengué updated AXIS2C-1455:
-----------------------------------

    Attachment: test-axis2-log-2.c

Attached a complete test case successfully demonstrating a custom logging implementation.

This code can be added to the Axis2/C code base as a sample.

> More flexibility in the logging subsystem
> -----------------------------------------
>
>                 Key: AXIS2C-1455
>                 URL: https://issues.apache.org/jira/browse/AXIS2C-1455
>             Project: Axis2-C
>          Issue Type: New Feature
>          Components: util
>    Affects Versions: 1.6.0, 1.7.0, Current (Nightly)
>            Reporter: Olivier Mengué
>         Attachments: test-axis2-log-2.c
>
>
> I am integrating Axis2/C in a bigger application that has its own logging system. I would like to redirect Axis2/C logging operation to that logging system instead of files.
> In 1.6.0, Axis2/C is only able to log to files. Logging to files using the stdlib is hardcoded in the logging internal structures, and avoiding file opening is not possible.
> It should be possible to completely replace the logging operations, not just "write" and "free".  The base API should be more abstract, and the file handles should be in the default logging implementation, not embeded in the base API.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: c-dev-unsubscribe@axis.apache.org
For additional commands, e-mail: c-dev-help@axis.apache.org