TestLogger ========== .. cpp:class:: numpy::TestLogger numpy C++ class. Example ------- .. code-block:: cpp #include using namespace numpy; // Use TestLogger TestLogger obj; // ... operations ... Constructors ------------ .. list-table:: :widths: 55 25 20 :header-rows: 1 * - Signature - Location - Example * - ``explicit TestLogger(const std::string& log_filename)`` - np_test_logger.h:90 - * - ``TestLogger(const TestLogger&) = delete`` - np_test_logger.h:141 - * - ``TestLogger(TestLogger&&) = delete`` - np_test_logger.h:143 - Other Methods ------------- .. list-table:: :widths: 40 20 15 25 :header-rows: 1 * - Signature - Return Type - Location - Example * - ``bool isActive() const`` - bool - np_test_logger.h:150 - * - ``tee_buf\_(nullptr)`` - - np_test_logger.h:93 -