RE: LOG4CXX Common DLL Logging

2015-01-21 Thread Hearne, S (Sean)
;t configure anything it in the exe. Am I using this function incorrectly? (in the dll I want to use LOG4XX if configured but do something else if not) -Original Message- From: Thorsten Schöning [mailto:tschoen...@am-soft.de] Sent: 12 January 2015 15:40 To: Log4CXX User Subject: Re: LOG4CX

Re: LOG4CXX Common DLL Logging

2015-01-12 Thread Thorsten Schöning
Guten Tag Hearne, S (Sean), am Montag, 12. Januar 2015 um 15:59 schrieben Sie: > I'll use a separate one for each exe. You don't necessarily need to, because you can still have all your appenders in the same file and some are used during runtime, some not. But from my point of view it's a good ap

RE: LOG4CXX Common DLL Logging

2015-01-12 Thread Hearne, S (Sean)
35 To: Log4CXX User Subject: Re: LOG4CXX Common DLL Logging Guten Tag Hearne, S (Sean), am Montag, 12. Januar 2015 um 14:45 schrieben Sie: > but as either MyProg1 or MyProg2 can call the dll, how do I get the logger in > the dll? You don't, in the DLL you normally would work with "

Re: LOG4CXX Common DLL Logging

2015-01-12 Thread Thorsten Schöning
Guten Tag Hearne, S (Sean), am Montag, 12. Januar 2015 um 14:45 schrieben Sie: > but as either MyProg1 or MyProg2 can call the dll, how do I get the logger in > the dll? You don't, in the DLL you normally would work with "CommonDll" or such as logger and in your log4cxx configuration for each ap

RE: LOG4CXX Common DLL Logging

2015-01-12 Thread Hearne, S (Sean)
:getLogger("?")); Regards, Sean -Original Message- From: Thorsten Schöning [mailto:tschoen...@am-soft.de] Sent: 12 January 2015 13:41 To: Log4CXX User Subject: Re: LOG4CXX Common DLL Logging Guten Tag Hearne, S (Sean), am Montag, 12. Januar 2015 um 13:55 schrieben Sie: > Is it possi

Re: LOG4CXX Common DLL Logging

2015-01-12 Thread Thorsten Schöning
Guten Tag Hearne, S (Sean), am Montag, 12. Januar 2015 um 13:55 schrieben Sie: > Is it possible to have the logging from common.dll included in the > log file of the executable that calls it? What's exactly the issue you have now, does it not work or didn't you just try it or whatever? Because f

RE: LOG4CXX Common DLL Logging

2015-01-12 Thread RUOFF, LARS (LARS)
27;log4cxx-user@logging.apache.org' Subject: LOG4CXX Common DLL Logging This is a simplified descriptions of an issue I have with log4cxx logging: common.dll is used by two executables: prog1.exe and prog2.exe The executables have separate log files prog1.log and prog2.log Is it possible to h

LOG4CXX Common DLL Logging

2015-01-12 Thread Hearne, S (Sean)
This is a simplified descriptions of an issue I have with log4cxx logging: common.dll is used by two executables: prog1.exe and prog2.exe The executables have separate log files prog1.log and prog2.log Is it possible to have the logging from common.dll included in the log file of the executable th