Add log to a session at a specified time. Optionally set a log level of the log.

$.get('http://yoursite.com/test/' + id, function(data) {
    console.log(data);
});
Language
Authorization
Basic
base64
:
Click Try It! to start a request and see the response here!