CanLog Method

Summary

Determines if the ILogEntry can be logged.

Syntax
C#
VB
C++
public bool CanLog( 
   ILogEntry logEntry 
) 
  
Function CanLog( _ 
   ByVal logEntry As ILogEntry _ 
) As Boolean 
bool CanLog(  
   ILogEntry^ logEntry 
)  

Parameters

logEntry
The ILogEntry that is to be logged.

Return Value

true if the ILogEntry can be logged; false otherwise

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