console-logger-utils-reactive
Reactive icon

Console Logger Utils - Reactive

Stable version 1.0.1 (Compatible with OutSystems 11)
Uploaded on 02 May 2022 by 
0.0
 (0 ratings)
console-logger-utils-reactive

Console Logger Utils - Reactive

Details
Set of wrapper actions to print values in browser's console.
Read more

In order to do it, a list of OutSystems wrapper actions are avaliable to easily use the Console JavaScript object.

ActionDescription
Console_LogDisplays a log message. More info: https://developer.mozilla.org/en-US/docs/Web/API/Console/log
Console_WarnDisplays a warning message. More info: https://developer.mozilla.org/en-US/docs/Web/API/Console/warn
Console_ErrorDisplays an error message. More info: https://developer.mozilla.org/en-US/docs/Web/API/Console/error
Console_CountLogs the number of times this actions has been called with the given label (if provided). More info: https://developer.mozilla.org/en-US/docs/Web/API/Console/count
Console_DirDisplays an interactive listing of the properties of a specified JavaScript object. This listing lets you use disclosure triangles to examine the contents of child objects. More info: https://developer.mozilla.org/en-US/docs/Web/API/Console/dir
Console_Table_ListDisplays a list as tabular data. More info: https://developer.mozilla.org/en-US/docs/Web/API/Console/table
Console_Table_ObjectDisplays a record as tabular data. More info: https://developer.mozilla.org/en-US/docs/Web/API/Console/table
Console_AddTimeStampAdds a marker to the browser's Timeline or Waterfall tool. Check for more info: https://developer.mozilla.org/en-US/docs/Web/API/Console/timeStamp
Console_StartTimerStarts a timer. If provided, names the timer with indicated label. More info: https://developer.mozilla.org/en-US/docs/Web/API/Console/time
Console_ShowTimeLogLogs the current value of a timer that was previously started by calling the action Console_StartTimer (aka console.time()) to the console. If there is no running timer, timeLog() returns a warning. More info: https://developer.mozilla.org/en-US/docs/Web/API/Console/timeLog
Console_EndTimerStops the specified timer and logs the elapsed time in seconds since it started. To stop a labeled timer it should be indicated in the label attribute. More info: https://developer.mozilla.org/en-US/docs/Web/API/Console/timeEnd


For more info, check this component's documentation. 

Open for any feedback :)

Release notes (1.0.1)

Fixed button loading in sample app.

Reviews (0)
Related assets
More from António Pereira