Table of Contents

Interface ILoggerData

Namespace
Sportradar.LiveData.Sdk.Common.Interfaces
Assembly
Sportradar.LiveData.Sdk.dll
public interface ILoggerData : ICloneable
Inherited Members

Properties

AlertLogLevel

Specifies log level threshold used while logging alert messages.

Level AlertLogLevel { get; }

Property Value

Level

ClientInteractionLogLevel

Specifies log level threshold used while logging client interaction messages.

Level ClientInteractionLogLevel { get; }

Property Value

Level

DeadLetterLogLevel

Specifies log level threshold used while logging dead letter messages.

Level DeadLetterLogLevel { get; }

Property Value

Level

InvalidMsgLogLevel

Specifies log level threshold used while logging invalid/corrupt messages.

Level InvalidMsgLogLevel { get; }

Property Value

Level

LoggingFeedName

Prefix used in logging

string LoggingFeedName { get; }

Property Value

string

TrafficLogLevel

Specifies log level threshold used while logging incoming and outgoing traffic (live feed messages).

Level TrafficLogLevel { get; }

Property Value

Level