Hi All: Any thought for or against adding the API 'getLogger(String... name)' which would build a hierarchical logger name. These would be equivalent:
- getLogger("com.a.b.c")
- getLogger("com", "a", "b", "c")
Gary
Hi All: Any thought for or against adding the API 'getLogger(String... name)' which would build a hierarchical logger name. These would be equivalent:
- getLogger("com.a.b.c")
- getLogger("com", "a", "b", "c")
Gary