ILogViewAdaptorHost<TLogView,TLogEntry>.UpdateView 方法

定义

视图转换的实现。 引发的任何异常都将捕获并记录为警告 Log

public void UpdateView (TLogView view, TLogEntry entry);
abstract member UpdateView : 'LogView * 'LogEntry -> unit
Public Sub UpdateView (view As TLogView, entry As TLogEntry)

参数

view
TLogView
entry
TLogEntry

适用于