Add Append
and Prepend
methods for custom types (string base type) used for ServiceOutput
and LongServiceOutput
fields
#208
Labels
enhancement
New feature or request
output/plugin
plugin output intended for monitoring system ingest
question
Further information is requested
Milestone
Content below ported from scratch notes.
Goal is to provide new behavior without breaking changes.
Should allow adding at the end separated by custom EOL and at the very beginning.
This is all using the existing fields, but with a change in type (but still using base string type).
Option two is adding unexported slices that are used to collect values from methods.
EOL is not added until the very last result method call when all elements are processed.
If the existing
ServiceOutput
andLongServiceOutput
fields fields have content then the behavior needs to be specific: should they be given precedence, or ignored?The text was updated successfully, but these errors were encountered: