Dequeue Element as String method

Issue #2 resolved
Ethan Stern created an issue

I love the string log sink and I want the queue log sink to expose similar functionality. Requesting an additional method in LVQueueSink that dequeues and returns the log element as a single-line string. (Use case for me is making a string event log on a RT target that does not support property nodes)

Comments (3)

  1. paul.ross@composed.io

    Implemented with a hard coded string format. Would an inject-able string format be desirable here?

  2. Ethan Stern reporter

    Only if there is a concrete default behavior that gives me output equivalent to that of the string control sink. (I don’t want to have to wire a format object)

  3. Log in to comment