log_messages: Create/update log file with the logged data

Description Usage Arguments Value

View source: R/utility_functions.R

Description

Log file is created or updated with the latest message along with the log timestamp. Enhanced for multi-threading if multiple threads are trying to log messages at the same time.

Usage

1
log_messages(message, file_path)

Arguments

message

A character string representing the message to log.

file_path

A character string representing the path of the log file. Do not include file extension.

Value

A logical value TRUE if the operation is successful.


deepjyot1991/zimplify documentation built on Dec. 19, 2021, 10:09 p.m.