toLogString

fun LocalDateTime.toLogString(): String

Formats this LocalDateTime as a log-friendly timestamp with milliseconds, e.g. "04/10/26 14:30:45.123" (MM/DD/YY HH:MM:SS.mmm).

Extension function on LocalDateTime.

Return

the formatted timestamp string