00001 // --------------------------------------------------------------------- 00002 // pion: a Boost C++ framework for building lightweight HTTP interfaces 00003 // --------------------------------------------------------------------- 00004 // Copyright (C) 2007-2012 Cloudmeter, Inc. (http://www.cloudmeter.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/logger.hpp> 00011 00012 namespace pion { // begin namespace pion 00013 00014 00015 // static members of logger 00016 #if defined(PION_USE_OSTREAM_LOGGING) 00017 logger::log_priority_type logger::m_priority = logger::LOG_LEVEL_INFO; 00018 #endif 00019 00020 00021 } // end namespace pion