You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by rg...@apache.org on 2020/10/30 21:39:41 UTC

[logging-log4j-kotlin] branch master updated (28071ae -> 80125f8)

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

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


    from 28071ae  Move pipeline to logging-pipelines
     add 271924b  Initial benchmark module
     add 1a8e592  Fix use of platform type for contextName
     new 80125f8  Merge branch 'LOG4J2-Kotlin-JMHBenchmark' into master

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 log4j-api-kotlin-benchmark/README.md               |   8 +
 log4j-api-kotlin-benchmark/pom.xml                 | 220 +++++++++++++++++++++
 .../log4j/kotlin/benchmark/LoggingBenchmark.kt     |  82 ++++++++
 .../src/main/resources/log4j2.xml                  |  10 +-
 .../apache/logging/log4j/kotlin/LoggingFactory.kt  |   2 +-
 pom.xml                                            |   1 +
 6 files changed, 315 insertions(+), 8 deletions(-)
 create mode 100644 log4j-api-kotlin-benchmark/README.md
 create mode 100644 log4j-api-kotlin-benchmark/pom.xml
 create mode 100644 log4j-api-kotlin-benchmark/src/main/kotlin/org/apache/logging/log4j/kotlin/benchmark/LoggingBenchmark.kt
 copy {log4j-api-kotlin-sample => log4j-api-kotlin-benchmark}/src/main/resources/log4j2.xml (82%)


[logging-log4j-kotlin] 01/01: Merge branch 'LOG4J2-Kotlin-JMHBenchmark' into master

Posted by rg...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 80125f8b03dea188d5ab531c66ea3b2d59f2ead9
Merge: 28071ae 1a8e592
Author: Raman Gupta <ro...@gmail.com>
AuthorDate: Fri Oct 30 17:39:22 2020 -0400

    Merge branch 'LOG4J2-Kotlin-JMHBenchmark' into master

 log4j-api-kotlin-benchmark/README.md               |   8 +
 log4j-api-kotlin-benchmark/pom.xml                 | 220 +++++++++++++++++++++
 .../log4j/kotlin/benchmark/LoggingBenchmark.kt     |  82 ++++++++
 .../src/main/resources/log4j2.xml                  |  28 +++
 .../apache/logging/log4j/kotlin/LoggingFactory.kt  |   2 +-
 pom.xml                                            |   1 +
 6 files changed, 340 insertions(+), 1 deletion(-)