Beispiel #1
0
 public void Log(ILogContributor sender, string what, uint level)
 {
     if (level <= Level)
     {
         Console.WriteLine(String.Format("{0}  [{1}]-> {2}", _context.Calendar.Time, sender.UniqueName, what));
     }
 }
 public void Log(ILogContributor sender,string what, uint level)
 {
     if (level <= Level)
     {
         Console.WriteLine(String.Format("{0}  [{1}]-> {2}", _context.Calendar.Time,sender.UniqueName,what));
     }
 }