LogJson
The LogJson plugin allows you to convert objects to json.
private val gsonConverter = GsonConverter.getInstance(true)
val logFactory: LogFactory = getLogFactory {
...
install(LogJson) {
converter = gsonConverter
}
}
Content copied to clipboard
Since
0.5.3