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.LoggerFactory
All the logs generated from config client will have a fixed prefix, which isConfigClient
. The prefix 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 Summary
Fields Modifier and Type Field Description static ConfigClientLogger$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description ConfigClientLogger$()
-
-
-
Field Detail
-
MODULE$
public static final ConfigClientLogger$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-