
Security News
MCP Community Begins Work on Official MCP Metaregistry
The MCP community is launching an official registry to standardize AI tool discovery and let agents dynamically find and install MCP servers.
kxn-multilogger-util
Advanced tools
A package for sending logs from client and server in sitevision. Requires kxn-multilogger to be active in Sitevision.
A simple logging utility for sending logs from both client and server environments.
To install the package, run the following command:
npm install send-log-package
You can import the functions in your project as follows:
import { sendLogFromClient, sendLogFromServer } from 'send-log-package';
To send logs from the client, use the sendLogFromClient
function:
sendLogFromClient('Your error log message', 'YourAppName');
To send logs from the server, use the sendLogFromServer
function:
sendLogFromServer('Your error log message', 'YourAppName');
This project is licensed under the MIT License - see the LICENSE file for details.
FAQs
A package for sending logs from client and server in sitevision. Requires kxn-multilogger to be active in Sitevision.
The npm package kxn-multilogger-util receives a total of 20 weekly downloads. As such, kxn-multilogger-util popularity was classified as not popular.
We found that kxn-multilogger-util demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
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.
Security News
The MCP community is launching an official registry to standardize AI tool discovery and let agents dynamically find and install MCP servers.
Research
Security News
Socket uncovers an npm Trojan stealing crypto wallets and BullX credentials via obfuscated code and Telegram exfiltration.
Research
Security News
Malicious npm packages posing as developer tools target macOS Cursor IDE users, stealing credentials and modifying files to gain persistent backdoor access.