PrimaryBasedLogViewAdaptor<TLogView,TLogEntry,TSubmissionEntry>.Submit Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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