Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
When configuring log4cxx, none of the 'configure' methods return anything to indicate that loading the file was successful or not, the only way to to tell if things were good is to view the output on stderr. These should probably return an enum with at least the following values:
- Configured
- NotConfigured
The idea with the enum is that we can add more values later if we determine that it should be more verbose, rather than just a bool for good/bad.
Attachments
Issue Links
- links to