Example #1
0
 public void Add(LogMsgData msgData)
 {
     miDatas.Add(new MsgIndentData(Indent, msgData));
 }
Example #2
0
 public MsgIndentData(int ind, LogMsgData d)
 {
     indent = ind;
     data   = d;
 }