Guten Tag Shantharaj, Nandan,
am Donnerstag, 6. Februar 2014 um 15:13 schrieben Sie:

>          Requirement in our application was to create a wrapper
> around log4cxx functionality, so that in future any other logging
> functionality can be used instead of log4cxx. 

You will loose some of the benefits of Log4cxx that way, e.g. you can't
use the efficient LOG4CXX_*-macros and will loose things like line
numbers and function names where the logging occurred because those
are inserted by the pre processor. The latter will always be the
methods of your wrapper unless the wrapper is entirely implemented as
macros itself.

>          For that, we created a component, wrapping log4cxx
> functionality using software component architecture (sca) framework. 
[...]
>  Issue: 
>              File name passed from component to DOM configurator
> never gets passed and following is the error inside log4cxx. 
>  “log4cxx: Could not open file [ ] “ 

Sounds like you need to debug your wrapper, the filename surely gets
lost somewhere. I don't see how we can help with that.

Mit freundlichen Grüßen,

Thorsten Schöning

-- 
Thorsten Schöning       E-Mail:thorsten.schoen...@am-soft.de
AM-SoFT IT-Systeme      http://www.AM-SoFT.de/

Telefon...........05151-  9468- 55
Fax...............05151-  9468- 88
Mobil..............0178-8 9468- 04

AM-SoFT GmbH IT-Systeme, Brandenburger Str. 7c, 31789 Hameln
AG Hannover HRB 207 694 - Geschäftsführer: Andreas Muchow

Reply via email to