Log() public method

public Log ( string text ) : void
text string
return void
コード例 #1
0
ファイル: HandParser.cs プロジェクト: kampiuceris/PsHandler
 public virtual void Undo(Table table)
 {
     table.Log("[Undo] " + CommandText);
 }
コード例 #2
0
ファイル: HandParser.cs プロジェクト: kampiuceris/PsHandler
 public virtual void Exec(Table table)
 {
     table.Log("[Do] " + CommandText);
 }