Lines Matching +full:multi +full:- +full:instance
75 * @param[in] i_filePath - Absolute path of the log file.
76 * @param[in] i_maxEntries - Maximum number of entries in the log file after
102 "%Y-%m-%d %H:%M:%S") in timestamp()
123 * @param[in] i_message - Message to log.
145 * Note: The logMessage API of this class is not multi-thread safe.
153 * @param[in] i_filePath - Absolute path of the log file.
154 * @param[in] i_maxEntries - Maximum number of entries in the log file after
177 * Note: This API is not multi-thread safe.
179 * @param[in] i_message - Message to log
214 * @param[in] i_fileName - Name of the log file
215 * @param[in] i_maxEntries - Maximum number of entries in the log file after
223 std::thread{[this]() { this->fileWorker(); }}.detach(); in AsyncFileLogger()
245 * This API logs given message to a file. This API is multi-thread safe.
247 * @param[in] i_message - Message to log
284 * @brief Method to get instance of Logger class.
298 * @param[in] i_message - Message to be logged.
299 * @param[in] i_placeHolder - States where the message needs to be logged.
301 * @param[in] i_pelTuple - A structure only required in case message needs
303 * @param[in] i_location - Locatuon from where message needs to be logged.
351 // Instance to the logger class.
370 * @param[in] message - Information that we want to log.
371 * @param[in] location - Object of source_location class.