Skip to content
  • Stephen Morris's avatar
    [trac558] Stage 1 of backing out log4cxx support · f7f03585
    Stephen Morris authored
    The introduction of logging caused problems when building BIND10
    on a number of systems because up to date log4cxx support was not
    available. (It appears that v0.9.8 is the minimum required, and a
    number of distributions only have v0.9.7.)  For this reason, the
    logging is being altered (for the moment) to withdraw log4cxx and
    to write directly to the console.
    
    The best solution seemed to be to split the basic API and the
    implementation and to provide implementations for different logging
    systems. (This was entered as ticket 529, but is being done now.)
    The current commit leaves the logging system still using log4cxx,
    but with the implementation split from the API.
    f7f03585