Details
-
Sub-task
-
Status: Closed
-
Minor
-
Resolution: Not A Problem
-
0.11.0
Description
For ease of use, add methods
procedure TThriftConsole.WriteFmt(const AFmt: string; const AArgs: array of const); begin Write(Format(AFmt, AArgs)); end; procedure TThriftConsole.WriteLineFmt(const AFmt: string; const AArgs: array of const); begin WriteLine(Format(AFmt, AArgs)); end;