WriteLog Method

Summary

Writes the log to the specified file.

Syntax
C#
VB
C++
public override void WriteLog( 
   ILogEntry logEntry 
) 
  
Public Overrides Sub WriteLog( _ 
   ByVal logEntry As ILogEntry _ 
)  
public: 
void WriteLog(  
   ILogEntry^ logEntry 
) override  

Parameters

logEntry
The log entry.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Logging Assembly