Edit

Share via


PrimaryBasedLogViewAdaptor<TLogView,TLogEntry,TSubmissionEntry>.Submit 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 logEntry);
abstract member Submit : 'LogEntry -> unit
override this.Submit : 'LogEntry -> unit
Public Sub Submit (logEntry As TLogEntry)

Parameters

logEntry
TLogEntry

Implements

Applies to