Managed Syslog Server Class Library Reference

SyslogFormatter.RemoteIPReplace Method 

リモートアドレスを指定された正規表現パターンに変換します。

[Visual Basic]
Protected Function RemoteIPReplace( _
   ByVal m As Match _
) As String
[C#]
protected string RemoteIPReplace(
   Match m
);

Parameters

m
変換に使用するカスタム書式パターン。

Return Value

変換されたリモートアドレス。

See Also

SyslogFormatter Class | Syslog Namespace