C# Class log4net.loggly.LogglyAsyncHandler

Afficher le fichier Open project: psquickitjayant/log4net-loggly Class Usage Examples

Méthodes publiques

Свойство Type Description
Client ILogglyClient

Protected Properties

Свойство Type Description
IsRunning bool
Queue BlockingCollection
WorkerThread System.Threading.Thread
_config ILogglyAppenderConfig

Méthodes publiques

Méthode Description
LogglyAsyncHandler ( ) : System.Collections.Concurrent
PostMessage ( string msg, ILogglyAppenderConfig config ) : void

Méthodes protégées

Méthode Description
SendLogs ( ) : void

Method Details

LogglyAsyncHandler() public méthode

public LogglyAsyncHandler ( ) : System.Collections.Concurrent
Résultat System.Collections.Concurrent

PostMessage() public méthode

public PostMessage ( string msg, ILogglyAppenderConfig config ) : void
msg string
config ILogglyAppenderConfig
Résultat void

SendLogs() protected méthode

protected SendLogs ( ) : void
Résultat void

Property Details

Client public_oe static_oe property

public static ILogglyClient Client
Résultat ILogglyClient

IsRunning protected_oe property

protected bool IsRunning
Résultat bool

Queue protected_oe property

protected BlockingCollection Queue
Résultat BlockingCollection

WorkerThread protected_oe property

protected Thread,System.Threading WorkerThread
Résultat System.Threading.Thread

_config protected_oe property

protected ILogglyAppenderConfig _config
Résultat ILogglyAppenderConfig