Uses of Interface
com.sportradar.livedata.sdk.common.interfaces.SdkLogger
-
Packages that use SdkLogger Package Description com.sportradar.livedata.sdk.common.classes com.sportradar.livedata.sdk.di This package should only contain classes associated with IOC container used to build the dependency tree.com.sportradar.livedata.sdk.dispatch com.sportradar.livedata.sdk.feed.common Contains files common to all feedscom.sportradar.livedata.sdk.feed.livescout.classes com.sportradar.livedata.sdk.proto.common -
-
Uses of SdkLogger in com.sportradar.livedata.sdk.common.classes
Classes in com.sportradar.livedata.sdk.common.classes that implement SdkLogger Modifier and Type Class Description class
FileSdkLogger
File SDK logger implementation.class
NullSdkLogger
Null SDK logger implementation.Fields in com.sportradar.livedata.sdk.common.classes declared as SdkLogger Modifier and Type Field Description static SdkLogger
NullSdkLogger. INSTANCE
Methods in com.sportradar.livedata.sdk.common.classes that return SdkLogger Modifier and Type Method Description static SdkLogger
SdkLoggerProvider. get()
-
Uses of SdkLogger in com.sportradar.livedata.sdk.di
Methods in com.sportradar.livedata.sdk.di that return SdkLogger Modifier and Type Method Description protected SdkLogger
LiveScoutInjectionModule. provideSdkLogger(ScheduledExecutorService scheduledExecutorService)
Methods in com.sportradar.livedata.sdk.di with parameters of type SdkLogger Modifier and Type Method Description protected ProtocolManager<OutgoingMessage,LiveScoutEntityBase>
LiveScoutInjectionModule. provideProtocolManager(Protocol<IncomingMessage,OutgoingMessage> protocol, EntityMapper<IncomingMessage,LiveScoutEntityBase> entityMapper, LiveScoutUserRequestManagerImpl userRequestManager, LiveScoutClientAliveProducer aliveProducer, SdkLogger sdkLogger)
protected LiveScoutUserRequestManagerImpl
LiveScoutInjectionModule. provideUserRequestManager(LiveScoutStatusFactory factory, TestManager testManager, SdkLogger sdkLogger)
-
Uses of SdkLogger in com.sportradar.livedata.sdk.dispatch
Fields in com.sportradar.livedata.sdk.dispatch declared as SdkLogger Modifier and Type Field Description protected SdkLogger
DisruptorDispatcher. sdkLogger
TheSdkLogger
instance used for structured logging. -
Uses of SdkLogger in com.sportradar.livedata.sdk.feed.common
Fields in com.sportradar.livedata.sdk.feed.common declared as SdkLogger Modifier and Type Field Description protected SdkLogger
LiveFeedProtocolManager. sdklogger
TheSdkLogger
implementation used for structured logging. -
Uses of SdkLogger in com.sportradar.livedata.sdk.feed.livescout.classes
Fields in com.sportradar.livedata.sdk.feed.livescout.classes declared as SdkLogger Modifier and Type Field Description protected SdkLogger
LiveScoutFeedImpl. sdkLogger
Sdk logging facility.protected SdkLogger
LiveScoutUserRequestManagerImpl. sdkLogger
SDK logger -
Uses of SdkLogger in com.sportradar.livedata.sdk.proto.common
Fields in com.sportradar.livedata.sdk.proto.common declared as SdkLogger Modifier and Type Field Description protected SdkLogger
ProtocolBase. sdkLogger
Sdk logging facility.
-