We want to develop a core module using Spring Boot which has robust support for Logger with multiple cloud providers.
Hence, we choose to develop it using Spring LogBack.
Let's say if we have PCF or GCP as cloud platform, how can i enable the different appenders based on the Cloud Platform?
I know that there's a CloudPlatform(class), but don't know how to configure it for different platform on the fly.