entryToText
entryToText(
entry,options?):string
Defined in: src/components/feedback/LogView/logViewUtils.ts:110
Render one resolved entry to a plain-text line for copy/export. Includes the timestamp and source when present, mirroring what the row shows.
Parameters
entry
options?
formatTimestamp?
(timestamp) => string
showTimestamps?
boolean
Returns
string