Created on 01 January 2020
icon_unfollowing
Login to follow
browser-logger-utils

Browser Logger Utils

Stable version 1.1.0 (Compatible with OutSystems 11)
Uploaded on 01 January 2020 by 
browser-logger-utils

Browser Logger Utils

Details
Browser javascript logger functions wrapped on OutSystems.
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.1.0)

Bugs

  • Fixed bug preventing console.table from filtering attributes.

Breaking Changes

  • Console_Table_List action is not expecting the attributes to be a comma separated string of attributes.


Reviews (0)
Category
Development tools, Monitoring
Tags
Support options
This asset is not supported by OutSystems. You may use the discussion forums to leave suggestions or obtain best-effort support from the community, including from  who created this asset.
Dependencies
Browser Logger Utils has no dependencies.
Application Objects
Browser Logger Utils has 0 AOs.
Team
Compatible with
Version 11
Database:
All
Asset consumers
No consumers yet.
Weekly downloads 
Related assets