User defined function that return whether or not a Log should be broadcasted
User defined function that, if provided, transform the selected logs into a target type of message. If not provided at construction the function identity is used.
A list of consumers of the messages as RxJs subjects
If this.filter(log) -> dispatches this.map(log) to all subjects
candidate log
Generated using TypeDoc
LogChannel
The class LogChannel allows to broadcast Log to multiple destinations using a user defined filtering (selection of logs) and mapping (transformation of selected logs before emission).
This class is a companion of Context.