summaryrefslogtreecommitdiff
path: root/installed-tests/js/testConsole.js
Commit message (Collapse)AuthorAgeFilesLines
* testConsole: Test that console.assert works as expectedMarco Trevisan (Treviño)2022-11-021-0/+23
|
* console: Pass CODE information to structured warning logsMarco Trevisan (Treviño)2022-11-021-0/+10
| | | | | In case the log is severe enough it's better to fill such information by default.
* console: Also use formatters for console.traceMarco Trevisan (Treviño)2022-11-021-0/+1
| | | | | | Just fetch the error trace at printer function so that we can just use this at lower level without requiring explicitly using the printer when using trace()
* console: Include CODE file, function and line in structured loggingMarco Trevisan (Treviño)2022-11-021-5/+17
| | | | | This is what GLib does all the times for C code, in JS we can easily do it as well as we have traces, for now do it only for console.trace().
* console: Write the whole stack trace when using console.trace()Marco Trevisan (Treviño)2022-11-021-2/+54
| | | | Also ensure this in a test
* modules: Implement WHATWG console specificationEvan Welsh2021-08-161-0/+256