Managed Syslog Server Class Library Reference

SyslogFormatter.LocalIPReplace Method 

>ローカルアドレスを指定された正規表現パターンに変換します。

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

Parameters

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

Return Value

変換されたローカルアドレス。

See Also

SyslogFormatter Class | Syslog Namespace