Managed Syslog Server Class Library Reference

CollectorRoutingPlugin.Process Method 

SyslogInfo を処理するため Syslog Collector Controller へルーティングをします。

[Visual Basic]
NotOverridable Public Sub Process( _
   ByVal syslog As SyslogInfo _
) Implements _
   ISyslogRelayPlugin.Process
[C#]
public void Process(
   SyslogInfo syslog
);

Parameters

syslog
Syslog Collector Controller で処理をする SyslogInfo。

Implements

ISyslogRelayPlugin.Process

See Also

CollectorRoutingPlugin Class | Syslog.Relay Namespace