-

My name is Ash Tewari. I have been developing software for over 10 years. I enjoy interacting with the members of software development community and very interested in sharing perspectives and insights with others. In my free time, I like to experiment with new tools, techniques, technology and concepts. In the process, I sometimes create something useful too !
Pages
-
Recent Posts
- Using Model-View-ViewModel in WPF Applications
- Use Legacy Printer From Windows 7
- Should you get into Silverlight or Flash ?
- Session Recommendations for SoCal Code Camp @ USC
- Using DbUpdater with MySql
- SQL Azure Notes
- 3c-ash : Thematic Child Theme
- Online Backup Solution
- Switched to Thematic
- Is Scrum Bad For Developers ?
- GUI Prototyping Tools
- Create Games From Scratch
- RIA with Silverlight and WCF – Los Angeles .NET Developers Group
- Job Opening – Windows GUI Developer
- Scrum Tools
-
Recent Comments
- vik on WPF – LINQ to SQL Sample
- tremeur balbous on Scrum Tools
- sezam20 on Scrum Tools
- Scrum Tool on Scrum Tools
- BhaaL on ReSharper vs CodeRush + Refactor Pro
- tewari on Using NHibernate With SQLite in DbUpdater
- Using DbUpdater with MySql on DbUpdater
- tewari on Using NHibernate With SQLite in DbUpdater
- David Ridgway on ReSharper vs CodeRush + Refactor Pro
- Adam Feldman on Scrum Tools
- Pranay on Using NHibernate With SQLite in DbUpdater
- Marion on Scrum Tools
- Breezback on Using NHibernate With SQLite in DbUpdater
- Online Scrum Tool on Scrum Tools
- tewari - Job Opening - Windows GUI Developer on Contact Me
Tag Archives: RollingFileAppender
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\"
[...]
Posted in code, tips Also tagged additivity, appender, configuration, hibernate, log, log4net, logger, Logs, NHibernate, template, xml, xpath, xslt Leave a comment




Customize log4net Output Path