Skip to main content

@rbxts/rlog > RLog > clone

RLog.clone() method

Creates a new RLog instance with all the same settings and properties.

Signature:

clone(): RLog;

Returns:

RLog

A duplicate of this RLog instance.

Remarks

Everything is deep copied, so any mutations to the original will safely not replicate.