C# 클래스 log4net.loggly.LogglyClient

상속: ILogglyClient
파일 보기 프로젝트 열기: psquickitjayant/log4net-loggly

공개 메소드들

메소드 설명
Send ( ILogglyAppenderConfig config, string message ) : void

보호된 메소드들

메소드 설명
CreateWebRequest ( ILogglyAppenderConfig config, string tag ) : HttpWebRequest

메소드 상세

CreateWebRequest() 보호된 메소드

protected CreateWebRequest ( ILogglyAppenderConfig config, string tag ) : HttpWebRequest
config ILogglyAppenderConfig
tag string
리턴 System.Net.HttpWebRequest

Send() 공개 메소드

public Send ( ILogglyAppenderConfig config, string message ) : void
config ILogglyAppenderConfig
message string
리턴 void