Table of Contents

Class CommonLoggerManager

Namespace
Sportradar.LiveData.Sdk.Common
Assembly
Sportradar.LiveData.Sdk.dll
public static class CommonLoggerManager
Inheritance
CommonLoggerManager
Inherited Members

Properties

Enabled

public static bool Enabled { get; set; }

Property Value

bool

Methods

GetLogger(string)

public static ILog GetLogger(string type)

Parameters

type string

Returns

ILog

GetLogger(Type)

public static ILog GetLogger(Type type)

Parameters

type Type

Returns

ILog