C# Class Loggly.LogglyConfiguration

Inheritance: ILogglyConfiguration
Mostra file Open project: EAAppFoundry/loggly-csharp

Public Methods

Method Description
AuthenticateWith ( string username, string password ) : ILogglyConfiguration
Configure ( Action action ) : void
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

Protected Methods

Method Description
LogglyConfiguration ( ) : System

Method Details

AuthenticateWith() public method

public AuthenticateWith ( string username, string password ) : ILogglyConfiguration
username string
password string
return ILogglyConfiguration

Configure() public static method

public static Configure ( Action action ) : void
action Action
return void

DontUseHttps() public method

public DontUseHttps ( ) : ILogglyConfiguration
return ILogglyConfiguration

ForceUrlTo() public method

Used by the test library
public ForceUrlTo ( string url ) : ILogglyConfiguration
url string
return ILogglyConfiguration

LogglyConfiguration() protected method

protected LogglyConfiguration ( ) : System
return System

ResetToDefaults() public static method

Used by the test library
public static ResetToDefaults ( ) : void
return void

WithTimeout() public method

public WithTimeout ( System.TimeSpan timeout ) : ILogglyConfiguration
timeout System.TimeSpan
return ILogglyConfiguration

WithTimeout() public method

public WithTimeout ( int timeout ) : ILogglyConfiguration
timeout int
return ILogglyConfiguration