Log() public method

public Log ( string text ) : void
text string
return void
示例#1
0
 public virtual void Undo(Table table)
 {
     table.Log("[Undo] " + CommandText);
 }
示例#2
0
 public virtual void Exec(Table table)
 {
     table.Log("[Do] " + CommandText);
 }