C# 클래스 Utilities.Syslog

파일 보기 프로젝트 열기: cloudfoundry/diego-windows-release

공개 메소드들

메소드 설명
Build ( string>.Dictionary p, string eventSource ) : Syslog
Send ( string message, SyslogSeverity priority ) : void
Syslog ( string host, int port, string machineName, string sender ) : System

비공개 메소드들

메소드 설명
Message ( string message, SyslogSeverity priority ) : byte[]
Priority ( SyslogSeverity priority ) : string
SafeStringToInt ( string num ) : int

메소드 상세

Build() 공개 정적인 메소드

public static Build ( string>.Dictionary p, string eventSource ) : Syslog
p string>.Dictionary
eventSource string
리턴 Syslog

Send() 공개 메소드

public Send ( string message, SyslogSeverity priority ) : void
message string
priority SyslogSeverity
리턴 void

Syslog() 공개 메소드

public Syslog ( string host, int port, string machineName, string sender ) : System
host string
port int
machineName string
sender string
리턴 System