C# Class log4net.loggly.LogglyBufferringAppender

Inheritance: log4net.Appender.BufferingAppenderSkeleton
Show file Open project: psquickitjayant/log4net-loggly

Public Properties

Property Type Description
Client ILogglyClient
Formatter ILogglyFormatter
InputKeyProperty string

Protected Methods

Method Description
Append ( log4net.Core.LoggingEvent loggingEvent ) : void
SendBuffer ( log4net.Core.LoggingEvent loggingEvents ) : void

Method Details

Append() protected method

protected Append ( log4net.Core.LoggingEvent loggingEvent ) : void
loggingEvent log4net.Core.LoggingEvent
return void

SendBuffer() protected method

protected SendBuffer ( log4net.Core.LoggingEvent loggingEvents ) : void
loggingEvents log4net.Core.LoggingEvent
return void

Property Details

Client public static property

public static ILogglyClient Client
return ILogglyClient

Formatter public static property

public static ILogglyFormatter Formatter
return ILogglyFormatter

InputKeyProperty public static property

public static string InputKeyProperty
return string