Socket
Book a DemoInstallSign in
Socket

@sevn/logs

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sevn/logs

Logging package for Sevn Technology

latest
npmnpm
Version
0.2.1
Version published
Maintainers
1
Created
Source

@sevn/logs

SEVN Logs package for JavaScript environments

Installation

npm install @sevn/logs

Usage

import Logs from "@sevn/logs";

const logs = new Logs({
  project_id: "PROJECT_ID_HERE",
  group_id: "GROUP_ID_HERE",
  key: "ANY_OF_PROJECT_KEYS_HERE",
});

logs.send("INFO", {
  message: "Here is my log",
  payload: {
    example: "here",
  },
});

Keywords

logging

FAQs

Package last updated on 06 Dec 2024

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