C# 클래스 Loggly.Transports.TransportBase

파일 보기 프로젝트 열기: neutmute/loggly-csharp

공개 메소드들

메소드 설명
GetLegalTagUnion ( List customTags ) : string[]

Combines custom with global tags and makes sure they are loggly legal

보호된 메소드들

메소드 설명
GetRenderedTags ( List customTags ) : string

메소드 상세

GetLegalTagUnion() 공개 메소드

Combines custom with global tags and makes sure they are loggly legal
public GetLegalTagUnion ( List customTags ) : string[]
customTags List
리턴 string[]

GetRenderedTags() 보호된 추상적인 메소드

protected abstract GetRenderedTags ( List customTags ) : string
customTags List
리턴 string