Miner.Responder.Shared.Extensions Namespace > Logging Class > WarnWithEventId Method : WarnWithEventId(ILog,Int32,String) Method |
'Declaration
<System.Runtime.CompilerServices.ExtensionAttribute()> Public Overloads Shared Sub WarnWithEventId( _ ByVal log As log4net.ILog, _ ByVal eventId As System.Integer, _ ByVal message As System.String _ )
'Usage
Dim log As log4net.ILog Dim eventId As System.Integer Dim message As System.String Logging.WarnWithEventId(log, eventId, message)
[System.Runtime.CompilerServices.Extension()] public static void WarnWithEventId( log4net.ILog log, System.int eventId, System.string message )
public procedure WarnWithEventId( log: log4net.ILog; eventId: System.Integer; message: System.String ); static;
System.Runtime.CompilerServices.ExtensionAttribute() public static function WarnWithEventId( log : log4net.ILog, eventId : System.int, message : System.String );
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2