updateRunLog: Function to write to the SyncroSim run log

View source: R/ssimEnvironment.R

updateRunLogR Documentation

Function to write to the SyncroSim run log

Description

This function is designed to facilitate the development of R-based Syncrosim Packages by allowing developers to send messages to the run log.

Usage

updateRunLog(..., sep = "", type = "status")

Arguments

...

One or more objects which can be coerced to character which are pasted together using sep.

sep

character. Used to separate terms. Not NA_character_

type

character. Type of message to add to run log. One of "status", "info", or "warning".

Value

No returned value, used for side effects

Examples

## Not run: 
# Write a message to run log
updateRunLog(msg)

# Construct and write a message to run log
updateRunLog(msg, additionalMsg, sep = " ")

## End(Not run)


rsyncrosim documentation built on Oct. 7, 2023, 9:08 a.m.