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

winston-udp-transport

Package Overview
Dependencies
Maintainers
2
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

winston-udp-transport

UDP transport for winston logger

0.0.7
latest
Source
npm
Version published
Weekly downloads
19
-29.63%
Maintainers
2
Weekly downloads
 
Created
Source

winston-udp-transport

Transport for winston logger to write logs via UDP

Usage

import { UDPTransport } from 'winston-udp-transport';

...

const options = {
    host: <host>,
    port: <port>,
    node_name: <this_node_name>,
    appName: <your_app_name>,
    level: <minimum_logging_level>,
    ...
}

winston.add(UDPTransport, options);
transports.push(new UDPTransport(options));

License

MIT

Keywords

winston

FAQs

Package last updated on 10 Jan 2022

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