You cannot replace. We always must support dots. But some people have asked for 
'/' as well.

Sent from my iPad

> On Aug 13, 2017, at 8:38 AM, Dominik Psenner <[email protected]> wrote:
> 
> Yes
> 
>> On 13 Aug 2017 5:13 p.m., "Gary Gregory" <[email protected]> wrote:
>> 
>> You are talking about replacing $ with dot in the getLogger(Class) API?
>> 
>> Gary
>> 
>>> On Aug 13, 2017 01:57, "Dominik Psenner" <[email protected]> wrote:
>>> 
>>> Could the $ be replaced by a dot when the logger is instantiated? Log4net
>>> picks the class name as logger name but also allows custom logger names.
>>> 
>>> On 13 Aug 2017 8:30 a.m., "Ralph Goers" <[email protected]>
>>> wrote:
>>> 
>>>> Rather than implementing this I would rather have the separator chars
>> be
>>>> specifiable in the configuration. Blatantly making this change might
>>> cause
>>>> compatibility problems, although I am not really sure how it could.
>>>> 
>>>> Ralph
>>>> 
>>>>> On Aug 12, 2017, at 11:29 AM, Gary Gregory <[email protected]>
>>>> wrote:
>>>>> 
>>>>> Hi All,
>>>>> 
>>>>> I you use nested classes to build loggers, you end up with logger
>> names
>>>>> like A$N1, A$N2 and so on.
>>>>> 
>>>>> If you then set a logger level in a config using "A", it does not
>>> affect
>>>>> A$N1 and A$N2 as you might expect, since "$" is not a ".".
>>>>> 
>>>>> What about treating "$" like a "."?
>>>>> 
>>>>> Thoughts?
>>>>> 
>>>>> Gary
>>>> 
>>>> 
>>>> 
>>> 
>> 


Reply via email to