C# Class log4net.loggly.LogglyClient

Inheritance: ILogglyClient
Mostra file Open project: psquickitjayant/log4net-loggly

Public Methods

Method Description
Send ( ILogglyAppenderConfig config, string message ) : void

Protected Methods

Method Description
CreateWebRequest ( ILogglyAppenderConfig config, string tag ) : HttpWebRequest

Method Details

CreateWebRequest() protected method

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

Send() public method

public Send ( ILogglyAppenderConfig config, string message ) : void
config ILogglyAppenderConfig
message string
return void