New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@mish-tv/stackdriver-logger

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mish-tv/stackdriver-logger

@mish-tv/stackdriver-logger

0.0.1
latest
Source
npm
Version published
Maintainers
1
Created
Source

@mish-tv/stackdriver-logger

npm Build and test coverage license
`@mish-tv/stackdriver-logger` a package to output logs to stackdriver logging through standard output. I assume it will be used in applications running on CloudRun.

Installation

npm install --save @mish-tv/stackdriver-logger

Usage

import { logger } from "@mish-tv/stackdriver-logger";

logger.debug("log message", payload);
logger.info("log message", payload);
logger.warning("log message", payload);
logger.error("log message", payload);

Todo

  • Make sure we know the file name and line number of the code that was logged.

FAQs

Package last updated on 27 Aug 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts