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
{{ message }}
This repository was archived by the owner on Dec 13, 2018. It is now read-only.
At the moment I believe an ILogger for MyNamespace.MyClass<AnotherNamespace.AnotherType> will return a logger category name which ends with the <AnotherNamespace.AnotherType>
It shouldn't, really, because the logging configuration decisions should be made only on the MyNamespace.MyClass portion. Especially because systems which do logger configuration inheritance are based on a . delimiter the portion of the name MyClass<AnotherNamespace defeats that convention.
The text was updated successfully, but these errors were encountered:
At the moment I believe an ILogger for
MyNamespace.MyClass<AnotherNamespace.AnotherType>
will return a logger category name which ends with the<AnotherNamespace.AnotherType>
It shouldn't, really, because the logging configuration decisions should be made only on the
MyNamespace.MyClass
portion. Especially because systems which do logger configuration inheritance are based on a.
delimiter the portion of the nameMyClass<AnotherNamespace
defeats that convention.The text was updated successfully, but these errors were encountered: