Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
0.9.7
-
None
-
None
Description
The application of const qualifiers on logging methods (for example, Logger::trace or Logger::forcedLog) is inconsistent. Some signatures have the qualifier, others that have a slightly different calling signature don't. The const qualifier isn't particularly effective since the use of an LoggerPtr will effectively discard the const qualifier.