Thanks Ramon I've resolved the issue. You are right, I was initializing improperly Log4Net.
Thanks so much my friend. Regards, On Oct 4, 12:45 pm, Ramon Smits <[email protected]> wrote: > > but Log4Net doesn't show logs on console. > > You will need to initialize log4net first. You can either do this either of > the following but the second requires that your application configuration > file contains a log4net section. > > log4net.Config.BasicConfigurator.Configure(); > log4net.Config.XmlConfigurator.Configure(); > > If you have any other issues with log4net then I recommend that you either > read the documentation athttp://logging.apache.org/log4net/or post your > log4net related questions to StackOverflow. > > ps. This mailinglist is about the development OF NHibernate and NOT > development WITH NHibernate. > > -- > Ramon
