Login to follow
Console Log Messages

Console Log Messages (ODC)

Stable version 0.1.0 (Compatible with ODC)
Uploaded on 22 June 2022 by Capgemini Portugal
Console Log Messages

Console Log Messages (ODC)

Details
Detailed Description

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.