<PackageReference Include="Relativity.Server.Import.SDK" Version="2.9.2" />

Relativity.DataExchange.Logging.LogExtensions

static class LogExtensions
Defines extension methods for ILog.
namespace Relativity.DataExchange.Logging { internal static class LogExtensions { public static void LogObjectAsDictionary(this ILog logger, string messageTemplate, object value); public static void LogObjectAsDictionary(this ILog logger, string messageTemplate, object value, Func<PropertyInfo, bool> filter); public static void LogUserContextInformation(this ILog logger, string messageTemplate, ICredentials credentials); public static IDisposable LogImportContextPushProperties(this ILog logger, object value); } }