
Security News
Risky Biz Podcast: Making Reachability Analysis Work in Real-World Codebases
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.
@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 10 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
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.
Security News
/Research
Malicious Nx npm versions stole secrets and wallet info using AI CLI tools; Socket’s AI scanner detected the supply chain attack and flagged the malware.
Security News
CISA’s 2025 draft SBOM guidance adds new fields like hashes, licenses, and tool metadata to make software inventories more actionable.