Package csw.config.client.commons
Class ConfigClientLogger
java.lang.Object
csw.config.client.commons.ConfigClientLogger
All the logs generated from config client will have a fixed prefix, which is
ConfigClient
. 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 Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic JLoggerFactory
asJava()
static csw.logging.api.scaladsl.Logger
static csw.logging.api.scaladsl.Logger
getLogger
(akka.actor.ActorContext ctx) static <T> csw.logging.api.scaladsl.Logger
getLogger
(akka.actor.typed.scaladsl.ActorContext<T> ctx)
-
Constructor Details
-
ConfigClientLogger
public ConfigClientLogger()
-
-
Method Details
-
getLogger
public static <T> csw.logging.api.scaladsl.Logger getLogger(akka.actor.typed.scaladsl.ActorContext<T> ctx) -
getLogger
public static csw.logging.api.scaladsl.Logger getLogger(akka.actor.ActorContext ctx) -
getLogger
public static csw.logging.api.scaladsl.Logger getLogger() -
asJava
-