apache / logging-log4j-kotlin

A Kotlin-friendly interface to log against the Log4j API
https://logging.apache.org/log4j/kotlin
Apache License 2.0
45 stars 11 forks source link

catching() is missing in KotlinLogger #32

Closed bjmi closed 1 year ago

bjmi commented 1 year ago

It looks like Logger.catching(..) methods are missing in KotlinLogger.

If there is an equivalent for that then please mention it in KDoc of KotlinLogger and / or at Log4j Kotlin project site. Fix version 1.2.1 and 1.3 are acceptable.

Previously created at https://issues.apache.org/jira/browse/LOG4J2-3649

jvz commented 1 year ago

Thanks for the report! I'll make sure this is included in the upcoming 1.3.0 release (1.2.1 will be skipped because I ended up adding other new APIs which warrants a version bump).