C# Class Loggly.Transports.TransportBase

显示文件 Open project: neutmute/loggly-csharp

Public Methods

Method Description
GetLegalTagUnion ( List customTags ) : string[]

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

Protected Methods

Method Description
GetRenderedTags ( List customTags ) : string

Method Details

GetLegalTagUnion() public method

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

GetRenderedTags() protected abstract method

protected abstract GetRenderedTags ( List customTags ) : string
customTags List
return string