Delphi输出日志的方法
摘要:
1、使用OutputDebugString procedure TForm1.BtnDebugClick(Sender: TObject); begin //这里调用OutputDebugString发送调试信息到调试器。 //在Delphi里面,用View - Debug Windows - Event Log 来查看。 OutputDebugString(PChar('测试Out... 阅读全文
posted @ 2009-03-18 11:28 steamx 阅读(2153) 评论(0) 推荐(0)
浙公网安备 33010602011771号