fw4spl
SrcLib/core/fwLog/include/fwLog/namespace.hpp
1 /* ***** BEGIN LICENSE BLOCK *****
2  * FW4SPL - Copyright (C) IRCAD, 2009-2016.
3  * Distributed under the terms of the GNU Lesser General Public License (LGPL) as
4  * published by the Free Software Foundation.
5  * ****** END LICENSE BLOCK ****** */
6 
7 #ifndef __FWLOG_NAMESPACE_HPP__
8 #define __FWLOG_NAMESPACE_HPP__
9 
13 namespace fwLog
14 {
15 } //namespace fwLog
16 
17 #endif /* __FWLOG_NAMESPACE_HPP__ */
fwLog contains classes used to manage logs.
Definition: Log.hpp:16