Marko Apfel

C#, Architecture, QA, Coach, GIS, ArcGIS, ArcObjects

  Home  |   Contact  |   Syndication    |   Login
  141 Posts | 2 Stories | 69 Comments | 4 Trackbacks

News



Twitter | LinkedIn | Xing

Twitter












Article Categories

Archives

Post Categories

BizTalk

C#

Enterprise Library

SAP

SQL Server

Technologie

If you want specify log-parameters for loggers of a whole namespace normally you use a scheme like

<logger name="GrandNS.ParentNS.ChildNS.*" ..

this is the same like

<logger name="GrandNS.ParentNS.ChildNS" ..

There is no ambiguous name possible, because it is not allowed to define a class with the name of a namespace at the same namespace-level.

  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati
posted on Thursday, March 20, 2008 10:02 AM