Package csw.config.client.commons
Class ConfigClientLogger$
- java.lang.Object
- 
- csw.logging.client.scaladsl.BaseLoggerFactory
- 
- csw.logging.client.scaladsl.LoggerFactory
- 
- csw.config.client.commons.ConfigClientLogger$
 
 
 
- 
 public class ConfigClientLogger$ extends csw.logging.client.scaladsl.LoggerFactoryAll the logs generated from config client will have a fixed componentName, which isConfigClient. The componentName helps in production to filter out logs from a particular component and this case, it helps to filter out logs generated from config client.
- 
- 
Field SummaryFields Modifier and Type Field Description static ConfigClientLogger$MODULE$Static reference to the singleton instance of this Scala object.
 - 
Constructor SummaryConstructors Constructor Description ConfigClientLogger$()
 
- 
- 
- 
Field Detail- 
MODULE$public static final ConfigClientLogger$ MODULE$ Static reference to the singleton instance of this Scala object.
 
- 
 
-