Edit

Share via


ILogViewUpdate<TLogEntry>.Submit(TLogEntry) Method

Definition

Submit a single log entry to be appended to the global log, either at the current or at any later position.

public void Submit (TLogEntry entry);
abstract member Submit : 'LogEntry -> unit
Public Sub Submit (entry As TLogEntry)

Parameters

entry
TLogEntry

Applies to