@google-cloud/logging
Advanced tools
Changelog
v4.5.0
03-13-2019 22:25 PDT
Changelog
v4.4.0
02-11-2019 17:40 PST
Changelog
v4.3.0
01-31-2019 12:49 PST
Changelog
v4.2.0
01-02-2019 12:43 PST
Changelog
v4.1.1
12-05-2018 13:12 PST
TypeScript related changes:
Changelog
v4.1.0
Changelog
v4.0.0
This release has breaking changes. This library is now compatible with es module import syntax.
const logging = require('@google-cloud/logging')();
// or...
const Logging = require('@google-cloud/logging');
const logging = new Logging();
const {Logging} = require('@google-cloud/logging');
const logging = new Logging();