public class ConfigClientLogger
extends java.lang.Object
ConfigClient
. 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.Constructor and Description |
---|
ConfigClientLogger() |
Modifier and Type | Method and Description |
---|---|
static JLoggerFactory |
asJava() |
static csw.logging.scaladsl.Logger |
getLogger() |
static csw.logging.scaladsl.Logger |
getLogger(akka.actor.ActorContext ctx) |
static <T> csw.logging.scaladsl.Logger |
getLogger(akka.actor.typed.scaladsl.ActorContext<T> ctx) |
public static <T> csw.logging.scaladsl.Logger getLogger(akka.actor.typed.scaladsl.ActorContext<T> ctx)
public static csw.logging.scaladsl.Logger getLogger(akka.actor.ActorContext ctx)
public static csw.logging.scaladsl.Logger getLogger()
public static JLoggerFactory asJava()