Logs a message with the current date and time in 'en-GB' format.
The message to be logged.
Example usage:
log("Hello, world!"); Copy
log("Hello, world!");
Example output if called at 12:00:00 on 1st January 2000:
01/01/2000, 12:00:00: Hello, world! Copy
01/01/2000, 12:00:00: Hello, world!
Logs a message with the current date and time in 'en-GB' format.