🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Sign inDemoInstall
Socket

kxn-multilogger-util

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

kxn-multilogger-util

A package for sending logs from client and server in sitevision. Requires kxn-multilogger to be active in Sitevision.

1.0.7
latest
npm
Version published
Weekly downloads
37
-86.69%
Maintainers
1
Weekly downloads
 
Created
Source

send-log-package

A simple logging utility for sending logs from both client and server environments.

Installation

To install the package, run the following command:

npm install send-log-package

Usage

Importing the Functions

You can import the functions in your project as follows:

import { sendLogFromClient, sendLogFromServer } from 'send-log-package';

Sending Logs from Client

To send logs from the client, use the sendLogFromClient function:

sendLogFromClient('Your error log message', 'YourAppName');

Sending Logs from Server

To send logs from the server, use the sendLogFromServer function:

sendLogFromServer('Your error log message', 'YourAppName');

License

This project is licensed under the MIT License - see the LICENSE file for details.

Keywords

logging

FAQs

Package last updated on 29 Apr 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