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

Docs #1

Closed rocketraman closed 6 years ago

jvz commented 6 years ago

Looking good so far! The only other important generated report to include in the site somehow would be the result of the apache-rat report. That generates a txt file, so I wonder if we can turn that into a source for AsciiDoc, then just include:rat.txt[] them or similar.

Also, I wouldn't worry about the Travis check. I configured Jenkins for this project and never figured out how to change the pr bot thing (it was automatically set up I think).

rocketraman commented 6 years ago

The only other important generated report to include in the site somehow would be the result of the apache-rat report. That generates a txt file, so I wonder if we can turn that into a source for AsciiDoc, then just include:rat.txt[] them or similar.

@jvz Done! I've added the rat check in pull #3, merged that branch here, and added the inclusion of it into the generated docs on this branch. This branch will merge cleanly if pull #3 is merged first (actually it will merge cleanly in any case, but merging #3 first will make the history cleaner).

jvz commented 6 years ago

I added a travis build config if you want to rebase from master. Should fix this bot error.