pion-net  4.0.9
PionLogger.cpp
1 // -----------------------------------------------------------------------
2 // pion-common: a collection of common libraries used by the Pion Platform
3 // -----------------------------------------------------------------------
4 // Copyright (C) 2007-2008 Atomic Labs, Inc. (http://www.atomiclabs.com)
5 //
6 // Distributed under the Boost Software License, Version 1.0.
7 // See http://www.boost.org/LICENSE_1_0.txt
8 //
9 
10 #include <pion/PionLogger.hpp>
11 
12 namespace pion { // begin namespace pion
13 
14 
15 // static members of PionLogger
16 #if defined(PION_USE_OSTREAM_LOGGING)
17 PionLogger::PionPriorityType PionLogger::m_priority = PionLogger::LOG_LEVEL_INFO;
18 #endif
19 
20 
21 } // end namespace pion
the following enables use of the lock-free cache