TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
goce micevski
NA
19
0
using LOG4NET
Oct 21 2004 7:25 AM
Hi to all, I want to use log4net but i can't make it work. This is how i use it: in the web.config: -----
----- in the page load: --- private static readonly log4net.ILog log = log4net.LogManager.GetLogger(typeof(LoginForm)); private void Page_Load(object sender, System.EventArgs e) { if(log.IsDebugEnabled) log.Debug("Did it again!"); ----- I m using log4net 1.1.1 i also have log4net-1.2.0-beta8 but i couldnt make them work. I had problems with log4net-1.2.0-beta8 because it wasn't reading that DEBUG is enabled, so i switched to 1.1.1 - where logger was reading that DEBUG is enabled but when it camed to writing to file nothing Anyone have some idea or something? Thanks in advance
Reply
Answers (
0
)
Problem accessing Access.
how to make my textbox focus in an editable datagrid?