Exemplo n.º 1
0
        public void Log(LogData entry)
        {
            m_i++;

            if (m_i % 2 == 0) throw new Exception("Error");

            Util.WriteLine(ConsoleColor.DarkRed, "  [Alternative SVC] {3} [{0,-6}] {1, 12}: {2}", entry.Level, entry.TimeStamp, entry.Message, m_i);
        }
Exemplo n.º 2
0
 public void Log(LogData entry)
 {
     Util.WriteLine(ConsoleColor.Magenta, "  [SVC] {3} [{0,-6}] {1, 12}: {2}", entry.Level, entry.TimeStamp, entry.Message, m_i++);
 }
Exemplo n.º 3
0
 public void Log(LogData entry)
 {
     Util.WriteLine(ConsoleColor.Magenta, "  [SVC] {3} [{0,-6}] {1, 12}: {2}", entry.Level, entry.TimeStamp, entry.Message, m_i++);
 }