logMessage | R Documentation |
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.
logMessage(methodName, param, message)
methodName |
the name of the method to display. |
param |
the parameter to display. |
message |
a character to start the expression and provide context information. |
Returns a message about param
with a context.
Rehrauer, Hubert
Schmid, Peter
param = ezParam()
logMessage("a method", param, "Starting")
logMessage("a method", param, "Finished")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.