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 2018/03/27 17:55:43 UTC

[23/25] logging-log4j-kotlin git commit: Merge branch 'master' of github.com:rocketraman/logging-log4j-kotlin into api-rocketraman

Merge branch 'master' of github.com:rocketraman/logging-log4j-kotlin into api-rocketraman


Project: http://git-wip-us.apache.org/repos/asf/logging-log4j-kotlin/repo
Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j-kotlin/commit/e04ceabd
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j-kotlin/tree/e04ceabd
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j-kotlin/diff/e04ceabd

Branch: refs/heads/master
Commit: e04ceabd300318890fe925c656835da24282ba84
Parents: 73c3f08 2f8a8f8
Author: Matt Sicker <bo...@gmail.com>
Authored: Tue Mar 27 12:13:27 2018 -0500
Committer: Matt Sicker <bo...@gmail.com>
Committed: Tue Mar 27 12:13:27 2018 -0500

----------------------------------------------------------------------
 .gitignore                                      |  12 +
 README.md                                       |  23 +
 log4j-api-kotlin-sample/pom.xml                 |  79 +++
 .../logging/log4j/kotlin/sample/LoggingApp.kt   |  57 ++
 .../log4j/kotlin/sample/LoggingAppMixin.kt      |  55 ++
 .../src/main/resources/log4j2.xml               |  32 ++
 log4j-api-kotlin/pom.xml                        | 162 ++++++
 .../apache/logging/log4j/kotlin/KotlinLogger.kt | 562 +++++++++++++++++++
 .../org/apache/logging/log4j/kotlin/Logging.kt  |  49 ++
 .../logging/log4j/kotlin/LoggingFactory.kt      |  44 ++
 .../apache/logging/log4j/kotlin/Suppliers.kt    |   7 +
 .../LoggerCompanionTest.kt                      |  47 ++
 .../LoggerMixinCompanionExtendsTest.kt          |  46 ++
 .../LoggerMixinExtendsTest.kt                   |  45 ++
 .../LoggerTest.kt                               | 199 +++++++
 .../support/LoggerTests.kt                      |  37 ++
 .../src/test/resources/InfoLogger.xml           |  32 ++
 pom.xml                                         | 107 ++++
 18 files changed, 1595 insertions(+)
----------------------------------------------------------------------