C# 클래스 Loggly.LogglyConfiguration

상속: ILogglyConfiguration
파일 보기 프로젝트 열기: EAAppFoundry/loggly-csharp

공개 메소드들

메소드 설명
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

보호된 메소드들

메소드 설명
LogglyConfiguration ( ) : System

메소드 상세

AuthenticateWith() 공개 메소드

public AuthenticateWith ( string username, string password ) : ILogglyConfiguration
username string
password string
리턴 ILogglyConfiguration

Configure() 공개 정적인 메소드

public static Configure ( Action action ) : void
action Action
리턴 void

DontUseHttps() 공개 메소드

public DontUseHttps ( ) : ILogglyConfiguration
리턴 ILogglyConfiguration

ForceUrlTo() 공개 메소드

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

LogglyConfiguration() 보호된 메소드

protected LogglyConfiguration ( ) : System
리턴 System

ResetToDefaults() 공개 정적인 메소드

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

WithTimeout() 공개 메소드

public WithTimeout ( System.TimeSpan timeout ) : ILogglyConfiguration
timeout System.TimeSpan
리턴 ILogglyConfiguration

WithTimeout() 공개 메소드

public WithTimeout ( int timeout ) : ILogglyConfiguration
timeout int
리턴 ILogglyConfiguration