Pages
-
Recent Posts
- The Site44 Workflow
- Apex Basketball Schedule
- Understanding and Using System.Transactions
- Protecting Your Api Keys
- Favorite Excel Keyboard Shortcuts
- Apex Soccer Schedule
- Solution to the fetch puzzle
- Solve puzzle with code
- Windigo 1.1 Released
- Call For Windigo Beta Testers
- ChildWindow Positioning Demo
- Remove ListBoxItem Highlighting Demo
- ChildWindow Positioning
- Remove ListBoxItem Highlighting
- Sideload Windows Phone
Recent Comments
- sharad D. Pawar on Code Validation in TortoiseSVN pre_commit_hook
- SatyaKishore on ChildWindow Positioning
- Laam on WPF – LINQ to SQL Sample
- tewari on Windigo 1.1 Released
- Guin on Windigo 1.1 Released
- Caleb on Remove ListBoxItem Highlighting
- AIS Around the Blogosphere | iPlayCloud.org on Understanding and Using System.Transactions
- Ian on Protecting Your Api Keys
- AIS Around the Blogosphere | Applied Information Sciences Blog on Understanding and Using System.Transactions
- AIS Around the Blogosphere | Applied Information Sciences Blog on Protecting Your Api Keys
- ReSharper vs Coderush (XPress) – Part 2 « Clean Code Style on ReSharper vs CodeRush + Refactor Pro
- AIS Around the Blogosphere | Applied Information Sciences Blog on Favorite Excel Keyboard Shortcuts
- Vishal Gamji on Favorite Excel Keyboard Shortcuts
- Ian on Favorite Excel Keyboard Shortcuts
- Andrew on GUI Prototyping Tools
Tag Archives: log4net
Leveraging XPATH Axes
XPATH axes come in very handy when nodes need to be selected based on (attribute’s or child element’s) values that must match those of other nodes elsewhere in the xml tree. Consider the following log4net configuration file : <?xml version="1.0"?> <configuration> <configSections> <section name="nhibernate" type="System.Configuration.NameValueSectionHandler, System, Version=2.0.0.0,Culture=neutral, PublicKeyToken=b77a5c561934e089" /> <section name="log4net" type="log4net.Config.Log4NetConfigurationSectionHandler,log4net" /> </configSections> <nhibernate> [...]
Posted in code, tips Also tagged additivity, appender, configuration, hibernate, log, logger, Logs, NHibernate, RollingFileAppender, template, xml, xpath, xslt Leave a comment


Customize log4net Output Path