This repository was archived by the owner on Apr 29, 2021. It is now read-only.
0.1.1
-
Added a
logName
parameter, which is@required
to use Stackdriver. Before
we usedLogger.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
thebuffer
duration.