Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在使用 QuickFix dll 和 QuickFix 界面时,我正在使用 QuiCkFix 文件存储工厂和日志工厂创建一个新会话。是否有一种方法或过程可以在某个时间点清除这些日志文件?
我尝试了以下但似乎不起作用:
DirectCast(QFInterface.LogFactory, QuickFix.Log).Clear()
LogFactory 和 Log 没有继承关系,所以 DirectCast 不起作用。只需在 Log 实例上调用 clear 即可。