The console.info()
method is used for printing informational messages to the console, and to the Log.txt file.
message
message
is a string parameter; this is the contents of the message to print.No value is returned.
> "Hello, world!"
Hello, world!
console.info
. Only a subset of standard functionality is currently implemented.