Skip to contents

Prints a message msg if trace parameter is TRUE with current date with cat() function.

Usage

cat_message(msg, trace)

Arguments

msg

string Message that should be printed.

trace

bool Silent printing (FALSE) or not (TRUE).

Value

This function returns nothing.