Security News
The Risks of Misguided Research in Supply Chain Security
Snyk's use of malicious npm packages for research raises ethical concerns, highlighting risks in public deployment, data exfiltration, and unauthorized testing.
@rbxts/rlog
Advanced tools
Context-based server-side logging solution for ROBLOX projects.
import { rLog } from "@rbxts/rlog";
const logger = new rLog();
logger.debug("User purchase made", {
user: {
id: 123,
purchase: {
id: 15,
details: {
item: "Nuke",
result: Enum.ProductPurchaseDecision.PurchaseGranted,
position: new Vector3(10, 15, 20),
rotation: new CFrame(),
},
},
},
});
Install rLog with your preferred package manager.
npm install @rbxts/rlog
pnpm add @rbxts/rlog
yarn add @rbxts/rlog
rLog is a Context-based server-side logging framework for ROBLOX, designed to help organize and structure your logging process.
Utilizing Correlation IDs via rLog's LogContext
, you can create logging infrastructure that mirrors more enterprise-like systems; facilitating easier debugging and external auditing.
WARNING
or ERROR
occurs.); facilitating verbose logs for easier debugging without taking up resources until they're needed.[!TIP] rLog provides an in-house sink for sending logs to the Google Cloud Logging platform.
Learn more about it by giving the Using rLog with Google Cloud Logging guide a read!
So you're ready to get started with rLog!
You can either checkout our Quick Start guide, read through our list of Basic Guides, or jump straight into our API Reference.
[!TIP] If you're already familiar with logging libraries, you can give our Fast Breakdown a read to get a quick overview of what rLog provides, and where it differs from others.
If you're interested in contributing to rLog, give the CONTRIBUTING doc a read.
FAQs
Context-based server-side logging solution for ROBLOX projects.
The npm package @rbxts/rlog receives a total of 1 weekly downloads. As such, @rbxts/rlog popularity was classified as not popular.
We found that @rbxts/rlog demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers 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
Snyk's use of malicious npm packages for research raises ethical concerns, highlighting risks in public deployment, data exfiltration, and unauthorized testing.
Research
Security News
Socket researchers found several malicious npm packages typosquatting Chalk and Chokidar, targeting Node.js developers with kill switches and data theft.
Security News
pnpm 10 blocks lifecycle scripts by default to improve security, addressing supply chain attack risks but sparking debate over compatibility and workflow changes.