Add documentation in the reference guide on the new spring-geode-starter-logging module.

Resolves gh-71.
This commit is contained in:
John Blum
2020-02-19 22:54:20 -08:00
parent ce295d235f
commit d5ac5f0c1f
3 changed files with 373 additions and 1 deletions

View File

@@ -46,7 +46,10 @@ asciidoctor {
'docs-src-dir' : rootProject.projectDir.path + '/spring-geode-docs/src/main/java',
'docs-resources-dir' : rootProject.projectDir.path + '/spring-geode-docs/src/main/resources',
'examples-dir' : rootProject.projectDir.path + '/spring-geode-examples',
'samples-dir' : rootProject.projectDir.path + '/spring-geode-samples'
'samples-dir' : rootProject.projectDir.path + '/spring-geode-samples',
'starter-logging-dir' : rootProject.projectDir.path + '/spring-geode-starter-logging',
'starter-logging-src-dir' : rootProject.projectDir.path + '/spring-geode-starter-logging/src/main/src',
'starter-logging-resources-dir' : rootProject.projectDir.path + '/spring-geode-starter-logging/src/main/resources'
}
javadoc {