Method | Description | |
---|---|---|
AuthenticateWith ( string username, string password ) : ILogglyConfiguration | ||
Configure ( Action |
||
DontUseHttps ( ) : ILogglyConfiguration | ||
ForceUrlTo ( string url ) : ILogglyConfiguration |
Used by the test library
|
|
ResetToDefaults ( ) : void |
Used by the test library
|
|
WithTimeout ( System.TimeSpan timeout ) : ILogglyConfiguration | ||
WithTimeout ( int timeout ) : ILogglyConfiguration |
Method | Description | |
---|---|---|
LogglyConfiguration ( ) : System |
public AuthenticateWith ( string username, string password ) : ILogglyConfiguration | ||
username | string | |
password | string | |
return | ILogglyConfiguration |
public static Configure ( Action |
||
action | Action |
|
return | void |
public DontUseHttps ( ) : ILogglyConfiguration | ||
return | ILogglyConfiguration |
public ForceUrlTo ( string url ) : ILogglyConfiguration | ||
url | string | |
return | ILogglyConfiguration |
public WithTimeout ( System.TimeSpan timeout ) : ILogglyConfiguration | ||
timeout | System.TimeSpan | |
return | ILogglyConfiguration |
public WithTimeout ( int timeout ) : ILogglyConfiguration | ||
timeout | int | |
return | ILogglyConfiguration |