Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
From LOGCXX-523:
You need to add the fallback appender to some logger, even if that logger isn't used. This is because if the are no references to it, the appender will be destroyed because of the smart pointers. We may need to think about keeping a list of all appenders, even if they are unused.
This is rather dumb and not useful to any users of the library. This should be pretty simple to do just by keeping a list of all appenders someplace.
Attachments
Issue Links
- links to