Managed Syslog Server Class Library Reference

SyslogFormatter.SyslogMessageReplace Method 

Syslogメッセージの特定パートを文字列として取得します。

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

Parameters

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

Return Value

Syslogメッセージの特定のパートの文字列表現。

See Also

SyslogFormatter Class | Syslog Namespace