<PackageReference Include="Relativity.ObjectManager" Version="9.6.54.203" />

OutputWindowLogger

public class OutputWindowLogger : ILog

public ILog ForContext(Type source)

public ILog ForContext(string propertyName, object value, bool destructureObjects)

public ILog ForContext<T>()

public IDisposable LogContextPushProperty(string propertyName, object obj)

public void LogDebug(string messageTemplate, object[] propertyValues)

public void LogDebug(Exception exception, string messageTemplate, object[] propertyValues)

public void LogError(string messageTemplate, object[] propertyValues)

public void LogError(Exception exception, string messageTemplate, object[] propertyValues)

public void LogFatal(string messageTemplate, object[] propertyValues)

public void LogFatal(Exception exception, string messageTemplate, object[] propertyValues)

public void LogInformation(string messageTemplate, object[] propertyValues)

public void LogInformation(Exception exception, string messageTemplate, object[] propertyValues)

public void LogVerbose(string messageTemplate, object[] propertyValues)

public void LogVerbose(Exception exception, string messageTemplate, object[] propertyValues)

public void LogWarning(string messageTemplate, object[] propertyValues)

public void LogWarning(Exception exception, string messageTemplate, object[] propertyValues)