C# Class Loggly.Config.TagExtensions

ファイルを表示 Open project: neutmute/loggly-csharp

Public Methods

Method Description
Add ( this tags, string value ) : void
ToLegalStrings ( this tags ) : string[]

Private Methods

Method Description
CoerceLegalTags ( List tags ) : void

https://www.loggly.com/docs/tags/

Method Details

Add() public static method

public static Add ( this tags, string value ) : void
tags this
value string
return void

ToLegalStrings() public static method

public static ToLegalStrings ( this tags ) : string[]
tags this
return string[]