Merge branch 'ryzom/ark-features' into main/gingo-test
[ryzomcore.git] / nel / src / pipeline / tool_logger.cpp
blob50245dd5ef5098748929fb21d6e98d2d44b7e567
1 /**
2 * \file tool_logger.cpp
3 * \brief CToolLogger
4 * \date 2012-02-19 10:33GMT
5 * \author Jan Boon (Kaetemi)
6 * CToolLogger
7 */
9 // NeL - MMORPG Framework <https://wiki.ryzom.dev/>
10 // Copyright (C) 2012-2016 Jan BOON (Kaetemi) <jan.boon@kaetemi.be>
12 // This source file has been modified by the following contributors:
13 // Copyright (C) 2015 Winch Gate Property Limited
15 // This program is free software: you can redistribute it and/or modify
16 // it under the terms of the GNU Affero General Public License as
17 // published by the Free Software Foundation, either version 3 of the
18 // License, or (at your option) any later version.
20 // This program is distributed in the hope that it will be useful,
21 // but WITHOUT ANY WARRANTY; without even the implied warranty of
22 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
23 // GNU Affero General Public License for more details.
25 // You should have received a copy of the GNU Affero General Public License
26 // along with this program. If not, see <http://www.gnu.org/licenses/>.
28 #include "nel/pipeline/tool_logger.h"
30 // STL includes
32 // NeL includes
33 // #include <nel/misc/debug.h>
35 // Project includes
37 namespace NLPIPELINE {
39 // Tool logger is fully implemented in header so small tools do not need to link to this library unnecessarily.
40 void dummy_tool_logger_cpp() { }
42 } /* namespace NLPIPELINE */
44 /* end of file */