Exemple #1
0
 /// <summary>
 /// Gets a dictionary of all current context values
 /// </summary>
 /// <returns></returns>
 public static Dictionary <string, string> GetContextValues()
 {
     return(LogContext.GetAllValues());
 }