Nieuws

The server that receives the logger message objects accepts object blobs. If you are using strong typechecking, make sure to cast your messages in the required type before sending them to the logger ...
Provided is a stupid simple server that writes the POST data from the JavaScript logger to disk. I would not use this in production, but it should give you an idea of how to build a logging service ...