# How to Customize Kermit Logger for Kotlin Multiplatform

DevFeed: [How to Customize Kermit Logger for Kotlin Multiplatform](<https://devfeed.tech/articles/logger-i-not-your-style-customize-kermit-logger-jigar-brahmbhatt-38235.md>)

Original publisher: [Read original article](<https://touchlab.co/kermit-custom-logger>)

Published: 2023-10-18T14:21:47Z

Content type: tutorial

Language: en

Sources: [Touchlab | Enterprise Mobile Innovation & Development](<https://devfeed.tech/sources/touchlab-enterprise-mobile-innovation-development.md>)

Topics: [Kotlin Multiplatform](<https://devfeed.tech/topics/kotlin-multiplatform.md>), [Logging](<https://devfeed.tech/topics/logging.md>), [Kotlin](<https://devfeed.tech/topics/kotlin.md>), [Library](<https://devfeed.tech/topics/library.md>)

Tags: [kermit](<https://devfeed.tech/tags/kermit.md>), [kotlin](<https://devfeed.tech/tags/kotlin.md>), [kotlin-multiplatform](<https://devfeed.tech/tags/kotlin-multiplatform.md>), [library](<https://devfeed.tech/tags/library.md>), [logging](<https://devfeed.tech/tags/logging.md>)

## AI overview

This tutorial explains how to create a custom logger around the Kermit library for Kotlin Multiplatform. It describes using custom methods instead of calling Kermit's API directly and notes that the example is a simplified version of the full Logger API.

## Source excerpt

Discover the simplicity of custom logging with Kermit. This article shows you how to personalize Kermit Logger, making your Kotlin Multiplatform logging experience uniquely yours