Mantid
Loading...
Searching...
No Matches
TestChannel.cpp
Go to the documentation of this file.
1// Mantid Repository : https://github.com/mantidproject/mantid
2//
3// Copyright © 2018 ISIS Rutherford Appleton Laboratory UKRI,
4// NScD Oak Ridge National Laboratory, European Spallation Source,
5// Institut Laue - Langevin & CSNS, Institute of High Energy Physics, CAS
6// SPDX - License - Identifier: GPL - 3.0 +
7//------------------------------------------------------------------------------
8// Includes
9//------------------------------------------------------------------------------
11
12namespace Mantid {
13
14void TestChannel::log(const Poco::Message &msg) { _msgList.emplace_back(msg); }
15
17
18void TestChannel::clear() { _msgList.clear(); }
19} // namespace Mantid
std::list< Poco::Message > MsgList
Definition: TestChannel.h:46
void log(const Poco::Message &msg) override
Definition: TestChannel.cpp:14
Helper class which provides the Collimation Length for SANS instruments.