Skip to content

Commit

Permalink
add messageStringFormatter in platformLogWriter androidMain implement…
Browse files Browse the repository at this point in the history
…ation for LogcatWriter
  • Loading branch information
0xffrom committed Dec 14, 2024
1 parent 717501a commit 078ad61
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 = LogcatWriter()
actual fun platformLogWriter(messageStringFormatter: MessageStringFormatter): LogWriter = LogcatWriter(messageStringFormatter)

0 comments on commit 078ad61

Please sign in to comment.