[
    {
        "level": "log",
        "line": 4,
        "parameters": [
            {
                "type": "string",
                "value": "foo"
            },
            {
                "description": "0",
                "type": "number",
                "value": 0
            }
        ],
        "repeatCount": 1,
        "source": "console-api",
        "stackTrace": [
            {
                "columnNumber": 15,
                "functionName": "",
                "lineNumber": 4,
                "url": "http://host.com:8000/"
            }
        ],
        "text": "foo",
        "type": "log",
        "url": "http://host.com:8000/"
    },
    {
        "level": "log",
        "line": 10,
        "parameters": [
            {
                "type": "string",
                "value": "bar"
            },
            {
                "description": "1",
                "type": "number",
                "value": 1
            }
        ],
        "repeatCount": 1,
        "source": "console-api",
        "stackTrace": [
            {
                "columnNumber": 15,
                "functionName": "",
                "lineNumber": 10,
                "url": "http://host.com:8000/"
            }
        ],
        "text": "bar",
        "type": "log",
        "url": "http://host.com:8000/"
    }
]
