Property | Type | Description | |
---|---|---|---|
Client | ILogglyClient |
Property | Type | Description | |
---|---|---|---|
IsRunning | bool | ||
Queue | BlockingCollection |
||
WorkerThread | |||
_config | ILogglyAppenderConfig |
Method | Description | |
---|---|---|
LogglyAsyncHandler ( ) : System.Collections.Concurrent | ||
PostMessage ( string msg, ILogglyAppenderConfig config ) : void |
Method | Description | |
---|---|---|
SendLogs ( ) : void |
public LogglyAsyncHandler ( ) : System.Collections.Concurrent | ||
return | System.Collections.Concurrent |
public PostMessage ( string msg, ILogglyAppenderConfig config ) : void | ||
msg | string | |
config | ILogglyAppenderConfig | |
return | void |
protected Thread,System.Threading WorkerThread | ||
return |