mirror of
https://github.com/servo/servo
synced 2026-05-09 08:32:31 +02:00
This enables console.* commands in javascript to be forwarded to the logger and not just stdout. The domain for this will be `script::dom::console` which seems appropate. Testing: Logs do not have any tests. Signed-off-by: Narfinger <Narfinger@users.noreply.github.com>