ArcFM Server Developer Guide
KLog Method


Syntax
'Declaration
 
<ExtensionAttribute()>
Public Shared Sub KLog( _
   ByVal l As log4net.ILog, _
   ByVal message As String _
) 
'Usage
 
Dim l As log4net.ILog
Dim message As String
 
LoggerExt.KLog(l, message)
[Extension()]
public static void KLog( 
   log4net.ILog l,
   string message
)

Parameters

l
message
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

LoggerExt Class
LoggerExt Members

 

 


Send Comment