@rbxts/rlog > OutputMethodCallback
OutputMethodCallback type
Type representing a callback function for sending a log to the roblox console.
Signature:
export type OutputMethodCallback = (entry: LogEntry, messages: LuaTuple<unknown[]>) => void;
References: LogEntry