C# 클래스 Tx.Network.Syslogs.Syslog

An object representing a processed Syslog message.
파일 보기 프로젝트 열기: Reactive-Extensions/Tx 1 사용 예제들

공개 메소드들

메소드 설명
Syslog ( DateTimeOffset receivedTime, string sourceIpAddress, Severity severity, Facility facility, string message, string>.IReadOnlyDictionary namedCollectedMatches ) : System

Creates a default instance of the Log object.

ToString ( ) : string

메소드 상세

Syslog() 공개 메소드

Creates a default instance of the Log object.
public Syslog ( DateTimeOffset receivedTime, string sourceIpAddress, Severity severity, Facility facility, string message, string>.IReadOnlyDictionary namedCollectedMatches ) : System
receivedTime DateTimeOffset
sourceIpAddress string
severity Severity
facility Facility
message string
namedCollectedMatches string>.IReadOnlyDictionary
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string