Index: sources/storage/logger.h =================================================================== diff -u -red85c796c2e3bd73aeda374d9a109750bd7732e3 -r56e378f7504701b9e9a9dccaf205aef2fd52c58e --- sources/storage/logger.h (.../logger.h) (revision ed85c796c2e3bd73aeda374d9a109750bd7732e3) +++ sources/storage/logger.h (.../logger.h) (revision 56e378f7504701b9e9a9dccaf205aef2fd52c58e) @@ -1,14 +1,15 @@ /*! * * Copyright (c) 2019-2020 Diality Inc. - All Rights Reserved. - * \copyright \n - * THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, \n - * IN PART OR IN WHOLE, \n - * WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. \n + * \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 logger.h - * \date 2019/09/30 - * \author Behrouz NematiPour + * \file logger.h + * \author (last) Behrouz NematiPour + * \date (last) 20-Aug-2020 + * \author (original) Behrouz NematiPour + * \date (original) 24-Sep-2019 * */ #pragma once @@ -61,7 +62,7 @@ public : enum LogType { - eLogDebug, ///< Application Error : CANBus messages doesn't have error it's Evnet/Data only + eLogDebug, ///< Application Error : CANBus messages doesn't have error it's Event/Data only eLogEvent, ///< Massages on the CANBus : Error is an event type eLogDatum, ///< Massages on the CANBus : Broadcast data type @@ -150,7 +151,7 @@ // ----- Remove Old Logs structure private: int removeLogs(); -private slots: // this slot is thread safe and can be called from outside but preffered not to. +private slots: // this slot is thread safe and can be called from outside but preferred not to. bool concurrentRemoveLogs(); void onRemoveLogs(); signals: