Skip to content

Add ability to use wildcards in cateory selectors in the log4perl config #130

Description

@kylemhall

It would be really useful to be able to log statements that all contain a particular category part together that do not necessarily start with the same category part.

For example, let us say we have a category Dominos.Menu.Pizza, and another category PizzaHut.Menu.Pizza.StuffedCrust

It would be nice if we could create a line like log4perl.logger.*.Menu.Pizza = WARN, MENUPIZZA to log all pizza related loggers to screen, or even something log4perl.logger.*.Menu.* = DEBUG, MENU to log all menu related loggers debug statements to screen.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions