Skip to main content

@rbxts/rlog > FormatMethodCallback

FormatMethodCallback type

Type representing a callback function for converting log entries to output.

Signature:

export type FormatMethodCallback = (entry: LogEntry) => LuaTuple<unknown[]>;

References: LogEntry