message(message_part, ..., message_part)
Concatenate all the arguments after converting them to strings, then print the resulting information message on the console.
See also commands error() and warning().
Examples:
message("SUCCESS!");
message("Found ", serialize($found));