Details
Description
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.