jvz commented on a change in pull request #7: LOG4J-2518 LOG4J2-2433 Coroutines 
Support
URL: https://github.com/apache/logging-log4j-kotlin/pull/7#discussion_r239852037
 
 

 ##########
 File path: 
log4j-api-kotlin/src/main/kotlin/org/apache/logging/log4j/kotlin/KotlinLogger.kt
 ##########
 @@ -117,19 +117,19 @@ class KotlinLogger(val delegate: ExtendedLogger) {
     delegate.logIfEnabled(FQCN, level, null, msg, t)
   }
 
-  fun log(level: Level, supplier: () -> Any?) {
+  inline fun log(level: Level, supplier: () -> Any?) {
 
 Review comment:
   Does this affect the caller information in any breaking way?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to