You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by ma...@apache.org on 2023/01/28 22:57:59 UTC

[logging-log4j-kotlin] branch master updated (8c781b7 -> e2eb81a)

This is an automated email from the ASF dual-hosted git repository.

mattsicker pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/logging-log4j-kotlin.git


    from 8c781b7  Merge pull request #28 from u-ways/upgrade-log4j-versions
     add d5b16c1  Update parent pom to version 7
     add a7130e0  Add extension property for obtaining a logger
     add eed016e  Add facades for ThreadContext map and stack operations
     add ffc0d7b  Add link to issue management
     add 6a61531  Bump version property for site
     add e2eb81a  Add changelog entries for #28, #29, and #30

No new revisions were added by this update.

Summary of changes:
 .../log4j/kotlin/benchmark/LoggingBenchmark.kt     |  11 ++
 ...gAppMixin.kt => LoggingAppExtensionProperty.kt} |  12 +-
 .../org/apache/logging/log4j/kotlin/ContextMap.kt  | 158 +++++++++++++++++++++
 .../apache/logging/log4j/kotlin/ContextStack.kt    | 115 +++++++++++++++
 .../logging/log4j/kotlin/CoroutineThreadContext.kt |  40 +++---
 .../apache/logging/log4j/kotlin/LoggingFactory.kt  |   9 ++
 .../ThreadContextTest.kt                           |  63 +++++---
 pom.xml                                            |   9 +-
 src/changes/changes.xml                            |  11 ++
 9 files changed, 380 insertions(+), 48 deletions(-)
 copy log4j-api-kotlin-sample/src/main/kotlin/org/apache/logging/log4j/kotlin/sample/{LoggingAppMixin.kt => LoggingAppExtensionProperty.kt} (85%)
 create mode 100644 log4j-api-kotlin/src/main/kotlin/org/apache/logging/log4j/kotlin/ContextMap.kt
 create mode 100644 log4j-api-kotlin/src/main/kotlin/org/apache/logging/log4j/kotlin/ContextStack.kt