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