00001 // ----------------------------------------------------------------------- 00002 // pion-common: a collection of common libraries used by the Pion Platform 00003 // ----------------------------------------------------------------------- 00004 // Copyright (C) 2007-2008 Atomic Labs, Inc. (http://www.atomiclabs.com) 00005 // 00006 // Distributed under the Boost Software License, Version 1.0. 00007 // See http://www.boost.org/LICENSE_1_0.txt 00008 // 00009 00010 #include <pion/PionLogger.hpp> 00011 00012 namespace pion { // begin namespace pion 00013 00014 00015 // static members of PionLogger 00016 #if defined(PION_USE_OSTREAM_LOGGING) 00017 PionLogger::PionPriorityType PionLogger::m_priority = PionLogger::LOG_LEVEL_INFO; 00018 #endif 00019 00020 00021 } // end namespace pion