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
Section titled “Parameters”options?
Section titled “options?”formatTimestamp?
Section titled “formatTimestamp?”(timestamp) => string
showTimestamps?
Section titled “showTimestamps?”boolean
Returns
Section titled “Returns”string