Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | testConsole: Test that console.assert works as expected | Marco Trevisan (Treviño) | 2022-11-02 | 1 | -0/+23 |
| | |||||
* | console: Pass CODE information to structured warning logs | Marco Trevisan (Treviño) | 2022-11-02 | 1 | -0/+10 |
| | | | | | In case the log is severe enough it's better to fill such information by default. | ||||
* | console: Also use formatters for console.trace | Marco Trevisan (Treviño) | 2022-11-02 | 1 | -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 logging | Marco Trevisan (Treviño) | 2022-11-02 | 1 | -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-02 | 1 | -2/+54 |
| | | | | Also ensure this in a test | ||||
* | modules: Implement WHATWG console specification | Evan Welsh | 2021-08-16 | 1 | -0/+256 |