Logging

Logging

Cloud Logging API

Writes log entries and manages your Cloud Logging configuration.

Constructor

new Logging()

Example
```js
const {google} = require('googleapis');
const logging = google.logging('v2');
```