Login to follow
Browser Console Logging

Browser Console Logging (ODC)

Stable version 1.0.0 (Compatible with ODC)
Uploaded on 19 March 2024 by OutSystems Champions
Browser Console Logging

Browser Console Logging (ODC)

Documentation
1.0.0

How to use:

  1. Open a CLIENT or SCREEN action.
  2. Drag either the ConsoleLog or ConsoleLogWithJSON action onto the flow in the position you want.
  3. Configure the message so that it outputs the details you want.
  4. Set an optional error type so that the color stands out in the browsers console.
  5. Run the app and see that your messages are visible in the browsers console.
  6. Done