You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 categoryPizzaHut.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 somethinglog4perl.logger.*.Menu.* = DEBUG, MENU
to log all menu related loggers debug statements to screen.The text was updated successfully, but these errors were encountered: