Exemplo n.º 1
0
 public void LOG_type(e_LogMsgSource _src, string _msg, e_LogMsgType _type)
 {
     itemList.Add(new C_LogMsg {
         src = _src, msg = _msg, type = _type
     });
 }
Exemplo n.º 2
0
 public void LOG_type(e_LogMsgSource _src, string _msg, e_LogMsgType _type)
 {
     ADD_toBuffer(new C_LogMsg {
         src = _src, msg = _msg, type = _type
     });
 }