Example #1
0
 public LogMessage(LogChannel channel, string line)
 {
     this.Parse(channel, line);
 }