Skip to content

Add an interface to configure event filters for text loggers #4027

@ianbrault

Description

@ianbrault
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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    Status

    Done

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions