Relativity.DataExchange.Logging.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);
}
}