DGtal 1.3.0
Loading...
Searching...
No Matches
Tools.cpp
1/* -*- mode: c++ -*- */
9/*
10 * \@copyright This File is part of the Board library which is
11 * licensed under the terms of the GNU Lesser General Public Licence.
12 * See the LICENCE file for further details.
13 */
14
15#include "Board/Tools.h"
16
17LibBoard::MessageStream LibBoard::notice( std::cerr, "Information: " );
18
19LibBoard::MessageStream LibBoard::warning( std::cerr, "Warning: " );
20
21LibBoard::MessageStream LibBoard::error( std::cerr, "Error: " );
22
23
24
25
MessageStream warning
MessageStream error
MessageStream notice