We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Logs all properties on the objects and, where differences exist, denotes the original value with a prefixed key
public static void LogDifference<T>(this Microsoft.Extensions.Logging.ILogger logger, System.Collections.Generic.Dictionary<string,object> original, T updated, string message, params object[] args);
T
logger Microsoft.Extensions.Logging.ILogger
logger
original System.Collections.Generic.Dictionary<System.String,System.Object>
original
updated T
updated
message System.String
message
args System.Object[]
args