ILogViewUpdate<TLogEntry>.Submit(TLogEntry) 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 entry);
abstract member Submit : 'LogEntry -> unit
Public Sub Submit (entry As TLogEntry)
Parameters
- entry
- TLogEntry