Log() public method

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