News

The latest JavaScript specification standardizes a well-balanced and thoughtful set of features, including the built-in ...
A sink is a recipient for log events going through the pipeline, and is generally used to publish events to some external source such as the developer console, file system or an online service.
Right now, we log everything via console, and then push the container output to our logging service. The latter part (pushing via eg vector) is already worked in - this issue is about the first part: ...