On Thu, Jan 26, 2017 at 2:12 PM, Felix Meschberger <[email protected]> wrote: > I like hierarchical names for name spacing. But can we do as most people do > today and just use dots (thus remove the colon) ?...
You're right, sling.engine.requests.count is more inline with our logging categories for example. > ...Not sure whether we should stiplute a relation to the bundle or package > name they > are defined in because that might have negative consequences in case of > refactorings... I don't think we should necessarily have a 1:1 mapping to bundle names, I'd rather use logical names like engine, resourceresolver, servlets, scripts, etc. which in many cases will map to existing bundles, but not always. -Bertrand
