API Differences between 5003.0.0 and 3000.4.4
22 Additions
0 Removals
Relativity.Logging
-
public class DoNothingLogger : ILog
- public string Application { get; }
- public bool IsEnabled { get; }
- public string SubSystem { get; }
- public string System { get; }
- public DoNothingLogger()
- public ILog ForContext<T>()
- public ILog ForContext(Type forContext)
- public ILog ForContext(string propertyName, object value, bool destructureObjects)
- 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)