0.9.2 • Published 5 years ago

log2cloud v0.9.2

Weekly downloads
1
License
MIT
Repository
-
Last release
5 years ago

log2cloud

const logger = require('log2cloud')("my-service-name")

logger.error("error")
logger.warn("warn")
logger.fatal("fatal")
logger.info('info')

To log to Stackdriver API from Google you have to make sure that the service account file is defined in the environment variables or .env file.

GOOGLE_APPLICATION_CREDENTIALS='googleServiceAccount.json'