You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@logging.apache.org by "Robert Middleton (Jira)" <lo...@logging.apache.org> on 2022/11/23 23:27:00 UTC

[jira] [Created] (LOGCXX-564) Put typedefs into log4cxx namespace

Robert Middleton created LOGCXX-564:
---------------------------------------

             Summary: Put typedefs into log4cxx namespace
                 Key: LOGCXX-564
                 URL: https://issues.apache.org/jira/browse/LOGCXX-564
             Project: Log4cxx
          Issue Type: Improvement
            Reporter: Robert Middleton
            Assignee: Robert Middleton


We have a handful of typedefs that are defined in the global namespace.  It would probably make sense to:
 # put relevant typedefs inside the log4cxx namespace
 # remove typedefs that aren't needed.  For example, the log4cxx_int64_t and log4cxx_uint32_t should be able to be replaced by standard ones in <cstdint>.

It is possible that we could be on a system that does not support uint32_t(for example), but that seems very unlikely to be the case.  In the worst case, we can always add a test to the cmake configuration to see if we have these constants and change things appropriately.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)