We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Look at their Logger interface, look at using SLF4J and also, don't forget the CallLogging plugin and if that can use an external logger.
Logger
CallLogging
the kermit-spring logger factory and property delegate may need to split out as they could be common between kermit-ktor-server and kermit-spring
kermit-spring
kermit-ktor-server
private val logger by kermitLogger()
Look at the Ktor output and see if the kermit-spring message formatter would be useful there too.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Look at their
Logger
interface, look at using SLF4J and also, don't forget theCallLogging
plugin and if that can use an external logger.the
kermit-spring
logger factory and property delegate may need to split out as they could be common betweenkermit-ktor-server
andkermit-spring
Look at the Ktor output and see if the
kermit-spring
message formatter would be useful there too.The text was updated successfully, but these errors were encountered: