Skip to main content

@rbxts/rlog > RLog > context

RLog.context property

The LogContext assigned to this instance, if any.

Signature:

readonly context: LogContext | undefined;

Remarks

Log context provides a way to carry Correlation IDs through-out logs in an individual flow.

To learn more about what that means, you can look at the docs for LogContext.