rbx-log icon indicating copy to clipboard operation
rbx-log copied to clipboard

Structured logging library for Roblox

Results 2 rbx-log issues
Sort by recently updated
recently updated
newest added

Right now, if I log a table with, say, a CFrame inside it, and make it print to the Roblox output, it renders like so: ```ts Log.Info("Some table: {Value}", {...

> error node_modules/@rbxts/log/out/Core/TypeUtils.d.ts:1:26 - error TS2307: Cannot find module 'index' or its corresponding type declarations. > 1 import { LogEvent } from "index"; Typedoc really doesn't like this incorrect typing....