← Back to team overview

unity-dev team mailing list archive

Re: [Ayatana-dev] [C++] Logging in nux and unity

 

On 18/07/11 09:23, Tim Penhey wrote:
--- SomeSourceFile.cpp

#include<NuxCore/Logger.h>

namespace
{
    nux::logger::Logger logger("dotted.module");
}

just FYI this should be

namespace
{
   nux::logging::Logger logger("dotted.module");
}



--
--
Gordon Allott
Canonical Ltd.
27 Floor, Millbank Tower
London SW1P 4QP
www.canonical.com




References