Skip to contents

Outputs a message to the console prefixed with the current date and time. Useful for logging progress during long-running operations.

Usage

message_with_time(...)

Arguments

...

One or more objects to be converted to character strings and displayed in the message.

Value

This function is called for its side effect of printing a message and returns NULL invisibly.