Add Logging to conventions provided by SBDG and reference SDG's @EnableLogging annotation.

This commit is contained in:
John Blum
2019-06-24 15:31:43 -07:00
parent fc2c0e7afd
commit daeaa828a1

View File

@@ -47,6 +47,7 @@ Currently, SBDG provides _auto-configuration_ for the following features:
* Caching with Spring's Cache Abstraction
* Continuous Query
* Function Execution & Implementation
* Logging
* PDX
* `GemfireTemplate`
* Spring Data Repositories
@@ -60,6 +61,7 @@ Technically, this means the following SDG Annotations are not required to use th
* `@EnableContinuousQueries`
* `@EnableGemfireFunctionExecutions`
* `@EnableGemfireFunctions`
* `@EnableLogging`
* `@EnablePdx`
* `@EnableGemfireRepositories`
* `@EnableSecurity`