ArcFM Engine Developer Guide
WarnFormatWithEventId Method


Append an event ID to the event Log entry
Syntax
'Declaration
 
<ExtensionAttribute()>
Public Shared Sub WarnFormatWithEventId( _
   ByVal log As log4net.ILog, _
   ByVal eventId As Integer, _
   ByVal format As String, _
   ByVal ParamArray args() As Object _
) 
'Usage
 
Dim log As log4net.ILog
Dim eventId As Integer
Dim format As String
Dim args() As Object
 
Logging.WarnFormatWithEventId(log, eventId, format, args)
[Extension()]
public static void WarnFormatWithEventId( 
   log4net.ILog log,
   int eventId,
   string format,
   params object[] args
)

Parameters

log
eventId
format
args
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

Logging Class
Logging Members

 

 


Send Comment