-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Closed
Milestone
Description
| F´ Version | 4.0 |
| Affected Component | ActiveTextLogger, PassiveTextLogger |
Feature Description
Add a new public interface to the text logger components that allows projects to configure filters for specific events.
Rationale
Currently no method exists to configure specific event filters for the active/passive text logger components. Such filters are useful for memory-constrained systems where the size of downlink buffers must be restricted. This gives projects the flexibility to restrict the verbosity that comes from events in built-in components. Our particular use-case involves filtering the CmdDispatcher opcode registration events which can be quite numerous, since these are early in initialization they can crowd out more important events of higher priorities.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
Done