Skip to content

Commit

Permalink
add messageStringFormatter in platformLogWriter jsAndWasmJsMain imple…
Browse files Browse the repository at this point in the history
…mentation for ConsoleWriter
  • Loading branch information
0xffrom committed Dec 14, 2024
1 parent 078ad61 commit 6cf9a55
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@

package co.touchlab.kermit

actual fun platformLogWriter(messageStringFormatter: MessageStringFormatter): LogWriter = ConsoleWriter()
actual fun platformLogWriter(messageStringFormatter: MessageStringFormatter): LogWriter = ConsoleWriter(messageStringFormatter)

0 comments on commit 6cf9a55

Please sign in to comment.