Skip to contents

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

Usage

print_message(msg, trace)

Arguments

msg

string Message that should be printed.

trace

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

Value

This function returns nothing.