logMessage: Logs time and base directory together with a parameter

View source: R/messaging.R

logMessageR Documentation

Logs time and base directory together with a parameter

Description

Logs a time with an additional context provided in message and the base directory. Also displays a defined method name and the parameters name and Id.

Usage

logMessage(methodName, param, message)

Arguments

methodName

the name of the method to display.

param

the parameter to display.

message

a character to start the expression and provide context information.

Value

Returns a message about param with a context.

Author(s)

Rehrauer, Hubert

Schmid, Peter

Examples

param = ezParam()
logMessage("a method", param, "Starting")
logMessage("a method", param, "Finished")

uzh/ezRun documentation built on Dec. 26, 2024, 9:53 a.m.