Re: [Log4cplus-devel] Confirm logger that doesn't exist
Logging Framework for C++
Brought to you by:
wilx
From: Václav H. <vha...@gm...> - 2023-02-09 06:43:11
|
On 06. 02. 23 14:42, Richard, Charles via Log4cplus-devel wrote: > Hi, > > We are using the log4cplus library for one of our projects and I would > like to implement functionality that informs a user if they have > requested changes to a logger that doesn’t exist in our log file. This is not possible. The logger can appear any time in the future or not at all. You can instantiate and use loggers that are not defined in the configuration. > > To do so, I would need some way to either be able to make a call to > log4cplus and get some kind of return value of whether the logger exists > or not or a way to iterate through the loggers. > > I tried looking this up in the api documentation but the current link to > the api documentation is broken > (https://log4cplus.sourceforge.io/docs/api/2.0.x/ > <https://log4cplus.sourceforge.io/docs/api/2.0.x/>). > > Any help would be greatly appreciated! > > Thanks, > > Charles > > > Internal Use - Confidential Nope. -- VH |