Package csw.config.client.commons
Class ConfigClientLogger
- java.lang.Object
- 
- csw.config.client.commons.ConfigClientLogger
 
- 
 public class ConfigClientLogger extends java.lang.ObjectAll 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.
- 
- 
Constructor SummaryConstructors Constructor Description ConfigClientLogger()
 - 
Method SummaryAll Methods Static Methods Concrete Methods Modifier and Type Method Description static JLoggerFactoryasJava()static csw.logging.api.scaladsl.LoggergetLogger()static csw.logging.api.scaladsl.LoggergetLogger(akka.actor.ActorContext ctx)static <T> csw.logging.api.scaladsl.LoggergetLogger(akka.actor.typed.scaladsl.ActorContext<T> ctx)
 
- 
- 
- 
Method Detail- 
getLoggerpublic static <T> csw.logging.api.scaladsl.Logger getLogger(akka.actor.typed.scaladsl.ActorContext<T> ctx) 
 - 
getLoggerpublic static csw.logging.api.scaladsl.Logger getLogger(akka.actor.ActorContext ctx) 
 - 
getLoggerpublic static csw.logging.api.scaladsl.Logger getLogger() 
 - 
asJavapublic static JLoggerFactory asJava() 
 
- 
 
-