Rigid Body Dynamics Library
Logging.cc
Go to the documentation of this file.
1/*
2 * RBDL - Rigid Body Dynamics Library
3 * Copyright (c) 2011-2018 Martin Felis <martin@fysx.org>
4 *
5 * Licensed under the zlib license. See LICENSE for more details.
6 */
7
8#include "rbdl/Logging.h"
9
10RBDL_DLLAPI std::ostringstream LogOutput;
11
12RBDL_DLLAPI void ClearLogOutput() {
13 LogOutput.str("");
14}
RBDL_DLLAPI void ClearLogOutput()
Definition: Logging.cc:12
RBDL_DLLAPI std::ostringstream LogOutput
Definition: Logging.cc:10