C# Class Tx.Network.Syslogs.Syslog

An object representing a processed Syslog message.
Afficher le fichier Open project: Reactive-Extensions/Tx Class Usage Examples

Méthodes publiques

Méthode Description
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

Method Details

Syslog() public méthode

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
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string