Beispiel #1
0
 public LogMsg(string type, string title, string blurb)
 {
     this.type  = type;
     this.title = GenUtils.MakeLogMsgTitle(title);
     this.blurb = blurb;
 }