Skip to content

Latest commit

 

History

History
 
 

logging

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Google Cloud Platform logo

Stackdriver Logging Node.js samples

Stackdriver Logging allows you to store, search, analyze, monitor, and alert on log data and events from Google Cloud Platform and Amazon Web Services.

Table of Contents

Setup

  1. Read Prerequisites and How to run a sample first.

  2. Install dependencies:

     npm install
    

Samples

Reading logs

View the documentation or the source code.

Run the sample:

node list

Writing logs

View the documentation or the source code.

Run the sample:

node write

Exporting logs

View the documentation or the source code.

Run the sample:

node export

Error Reporting on Compute Engine

View the documentation or the source code.