Skip to main content

@rbxts/rlog > RLog > default

RLog.default property

The default or "global" RLog instance.

Signature:

static readonly default: RLog;

Remarks

All loggers inherit from this, so it's a convenient way for attaching global sinks, enrichers, or configuration.

You can also use rLogger for style purposes.