Class LoggerData
- Namespace
- Sportradar.LiveData.Sdk.Common
- Assembly
- Sportradar.LiveData.Sdk.dll
public class LoggerData : ILoggerData, ICloneable
- Inheritance
-
LoggerData
- Implements
- Inherited Members
Constructors
LoggerData()
public LoggerData()
Properties
AlertLogLevel
Specifies log level threshold used while logging alert messages.
public Level AlertLogLevel { get; set; }
Property Value
- Level
ClientInteractionLogLevel
Specifies log level threshold used while logging client interaction messages.
public Level ClientInteractionLogLevel { get; set; }
Property Value
- Level
ConfigLogLevel
public Level ConfigLogLevel { get; set; }
Property Value
- Level
DeadLetterLogLevel
Specifies log level threshold used while logging dead letter messages.
public Level DeadLetterLogLevel { get; set; }
Property Value
- Level
InvalidMsgLogLevel
Specifies log level threshold used while logging invalid/corrupt messages.
public Level InvalidMsgLogLevel { get; set; }
Property Value
- Level
LoggingFeedName
Prefix used in logging
public string LoggingFeedName { get; set; }
Property Value
StatsLogLevel
public Level StatsLogLevel { get; set; }
Property Value
- Level
TrafficLogLevel
Specifies log level threshold used while logging incoming and outgoing traffic (live feed messages).
public Level TrafficLogLevel { get; set; }
Property Value
- Level
Methods
Clone()
Creates a new object that is a copy of the current instance.
public object Clone()
Returns
- object
A new object that is a copy of this instance.