Socket
Book a DemoInstallSign in
Socket

@logone/adapter-node

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@logone/adapter-node

This library is logger that supports structured logging by generating a single line of JSON format for your specified lifecycle. Inspired by logone-go.

latest
Source
npmnpm
Version
1.2.0
Version published
Weekly downloads
73
-79.67%
Maintainers
1
Weekly downloads
 
Created
Source

@logone/adapter-node

Installation

npm install @logone/core @logone/adapter-node

Usage

import { createLogone } from '@logone/core'
import { createAdapter } from '@logone/adapter-node'

const logone = createLogone(createAdapter())
const main = () => {
  const { logger, finish } = logone.start('example')

  logger.info('hello world')

  finish()
}

FAQs

Package last updated on 28 Aug 2025

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