Esempio n. 1
0
 public Enumerator(FormattedLogValues formattedLogValues)
 {
     _FormattedLogValues = formattedLogValues;
     _Count    = formattedLogValues.Count;
     _Position = 0;
     Current   = default;
 }
Esempio n. 2
0
 private static string MessageFormatter(MacrossLogging.FormattedLogValues state, Exception error) => state.ToString();