Skip to content
This repository was archived by the owner on Apr 29, 2021. It is now read-only.

v0.1.1

Latest
Compare
Choose a tag to compare
@matanlurey matanlurey released this 24 Nov 20:25
14c76f8

0.1.1

  • Added a logName parameter, which is @required to use Stackdriver. Before
    we used Logger.name, but that was both awkward and not technically correct.

  • Log entries are buffered, and messages collected within a second are sent
    together. It is possible to change (or disable) this feature by setting
    the buffer duration.