Index: unittests/tst_logging.h =================================================================== diff -u -r56e378f7504701b9e9a9dccaf205aef2fd52c58e -rf6c480d06e4b8c770012115d20df2a44e0da8031 --- unittests/tst_logging.h (.../tst_logging.h) (revision 56e378f7504701b9e9a9dccaf205aef2fd52c58e) +++ unittests/tst_logging.h (.../tst_logging.h) (revision f6c480d06e4b8c770012115d20df2a44e0da8031) @@ -1,15 +1,15 @@ /*! * - * Copyright (c) 2019-2020 Diality Inc. - All Rights Reserved. + * Copyright (c) 2020-2024 Diality Inc. - All Rights Reserved. * \copyright * THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, IN PART OR IN * WHOLE, WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. * - * \file tst_logging.h - * \author (last) Behrouz NematiPour - * \date (last) 20-Aug-2020 - * \author (original) Behrouz NematiPour - * \date (original) 08-Jan-2020 + * \file tst_logging.h + * \author (last) Behrouz NematiPour + * \date (last) 22-Feb-2024 + * \author (original) Behrouz NematiPour + * \date (original) 08-Jan-2020 * */ #pragma once @@ -50,6 +50,10 @@ void setLogPath_F(); void setLogPath_T(); + void setLogPath_TreatmentType(); + void tst_log_function_extraCases(); + void tst_enableConsoleOut(); + void readUnknown(); };