Property | Type | Description | |
---|---|---|---|
m_Debug | bool |
Property | Type | Description | |
---|---|---|---|
ASCII | |||
IsRunning | bool | ||
Queue | BlockingCollection |
||
Random | Random | ||
TrimChars | char[] | ||
UTF8 | UTF8Encoding | ||
WorkerThread | Thread | ||
line_separator | string | ||
posix_newline | string[] |
Method | Description | |
---|---|---|
AddLine ( string line ) : void | ||
AreAllQueuesEmpty ( System.TimeSpan waitTime ) : bool |
Determines if the queue is empty after waiting the specified waitTime. Returns true or false if the underlying queues are empty.
|
|
AsyncLogger ( ) : System | ||
IsNullOrWhiteSpace ( String value ) : bool | ||
LoadCredentials ( ) : bool | ||
getAccountKey ( ) : string | ||
getDataHubAddr ( ) : String | ||
getDataHubPort ( ) : int | ||
getDebug ( ) : bool | ||
getHostName ( ) : String | ||
getImmediateFlush ( ) : bool | ||
getIsUsingDataHab ( ) : bool | ||
getLocation ( ) : String | ||
getLogID ( ) : String | ||
getToken ( ) : String | ||
getUseHostName ( ) : bool | ||
getUseHttpPut ( ) : bool | ||
getUseSsl ( ) : bool | ||
interruptWorker ( ) : void | ||
setAccountKey ( String accountKey ) : void | ||
setDataHubAddr ( String dataHubAddr ) : void | ||
setDataHubPort ( int port ) : void | ||
setDebug ( bool debug ) : void | ||
setHostName ( String hostName ) : void | ||
setImmediateFlush ( bool immediateFlush ) : void | ||
setIsUsingDataHub ( bool useDataHub ) : void | ||
setLocation ( String location ) : void | ||
setLogID ( String logID ) : void | ||
setToken ( String token ) : void | ||
setUseHostName ( bool useHostName ) : void | ||
setUseHttpPut ( bool useHttpPut ) : void | ||
setUseSsl ( bool useSsl ) : void |
Method | Description | |
---|---|---|
CloseConnection ( ) : void | ||
GetIsValidGuid ( string guidString ) : bool | ||
OpenConnection ( ) : void | ||
ReopenConnection ( ) : void | ||
Run ( ) : void | ||
WriteDebugMessages ( string message ) : void | ||
WriteDebugMessages ( string message, Exception ex ) : void |
Method | Description | |
---|---|---|
CheckIfHostNameValid ( String hostName ) : bool | ||
retrieveSetting ( String name ) : string |
public static AreAllQueuesEmpty ( System.TimeSpan waitTime ) : bool | ||
waitTime | System.TimeSpan | The length of time the method should block before giving up waiting for it to empty. |
return | bool |
protected GetIsValidGuid ( string guidString ) : bool | ||
guidString | string | |
return | bool |
public static IsNullOrWhiteSpace ( String value ) : bool | ||
value | String | |
return | bool |
protected WriteDebugMessages ( string message ) : void | ||
message | string | |
return | void |
protected WriteDebugMessages ( string message, Exception ex ) : void | ||
message | string | |
ex | Exception | |
return | void |
public setAccountKey ( String accountKey ) : void | ||
accountKey | String | |
return | void |
public setDataHubAddr ( String dataHubAddr ) : void | ||
dataHubAddr | String | |
return | void |
public setHostName ( String hostName ) : void | ||
hostName | String | |
return | void |
public setImmediateFlush ( bool immediateFlush ) : void | ||
immediateFlush | bool | |
return | void |
public setIsUsingDataHub ( bool useDataHub ) : void | ||
useDataHub | bool | |
return | void |
public setLocation ( String location ) : void | ||
location | String | |
return | void |
public setUseHostName ( bool useHostName ) : void | ||
useHostName | bool | |
return | void |
public setUseHttpPut ( bool useHttpPut ) : void | ||
useHttpPut | bool | |
return | void |
protected static ASCIIEncoding,System.Text ASCII | ||
return |