Exemplo n.º 1
0
 void RecordLogItem(ILogEntry s)
 {
     if (s is InvaderActionEntry)
     {
         log.Enqueue(s.Msg());
     }
 }
Exemplo n.º 2
0
 static public string Msg(this ILogEntry logEntry) => logEntry.Msg(LogLevel.Info);