Console log message is a JavaScript library for manipulating logs The main purpose of this Library is to gather all the console log manipulating actions in one place.
There are 5 actions covered in this asset:
ConsoleLog: Logs a message to the Browsers Console with the specified message type;
ConsoleLogCustom: Logs a custom message to the Browsers console;
ConsoleLogGroup: Log the message in browser console grouped under the specified type;
ConsoleLogJSON: Logs a JSON object to the Browsers console;
ConsoleLogTable: Log table data in browser console.