Click or drag to resize

ILoggerData Interface

[Missing <summary> documentation for "T:Sportradar.SDK.Common.Interfaces.ILoggerData"]


Namespace: Sportradar.SDK.Common.Interfaces
Assembly: Common (in Common.dll) Version: 2.28.0.0
Syntax
C#
public interface ILoggerData : ICloneable

The ILoggerData type exposes the following members.

Properties
 NameDescription
Public propertyAlertLogLevel Specifies log level threshold used while logging alert messages.
Public propertyClientInteractionLogLevel Specifies log level threshold used while logging client interaction messages.
Public propertyDeadLetterLogLevel Specifies log level threshold used while logging dead letter messages.
Public propertyInvalidMsgLogLevel Specifies log level threshold used while logging invalid/corrupt messages.
Public propertyLoggingFeedName Prefix used in logging
Public propertyTrafficLogLevel Specifies log level threshold used while logging incoming and outgoing traffic (live feed messages).
Top
Methods
 NameDescription
Public methodCloneCreates a new object that is a copy of the current instance.
(Inherited from ICloneable)
Top
See Also