C# Class Loggly.Transports.TransportBase

Afficher le fichier Open project: neutmute/loggly-csharp

Méthodes publiques

Méthode Description
GetLegalTagUnion ( List customTags ) : string[]

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

Méthodes protégées

Méthode Description
GetRenderedTags ( List customTags ) : string

Method Details

GetLegalTagUnion() public méthode

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

GetRenderedTags() protected abstract méthode

protected abstract GetRenderedTags ( List customTags ) : string
customTags List
Résultat string