Log() public méthode

public Log ( string text ) : void
text string
Résultat void
Exemple #1
0
 public virtual void Undo(Table table)
 {
     table.Log("[Undo] " + CommandText);
 }
Exemple #2
0
 public virtual void Exec(Table table)
 {
     table.Log("[Do] " + CommandText);
 }