Topic profile page for Log4net.
This page has aggregated data from forum posts, threads, listings, online discussions, newsgroups, messageboards, and other online sources which contain user generated content for the term: Log4net.
Topic "Log4net" was discussed 0 times on 0 sites in last 3 months
Using Log4Net Hi Does anybody knows how to create different log files using log4net by 2different applications. For example i ve 2 applications app1 and app2. Both of them refer the same xml file which contains the log4net assembly xml which looks something like...
Hi Does anybody knows how to create different log files using log4net by 2different applications. For example i ve 2 applications app1 and app2. Both of them refer the same xml file which contains the log4net assembly xml which looks something like...
Started 3 weeks, 6 days ago (2009-11-25 06:39:00)
by dnsldnsl Junior Member
Hi All, i am doing a VB.NET windows application. In that i am using Log4Net for logging details. I am new to using Log4Net. The problem i am facing is i want to create the logfiles with same name each day. means today if a log file is created with name debug.log, tomorrow also it should create a new log file with same name with out any change in the previous file name. how can i do this ? My ...
Started 3 weeks, 6 days ago (2009-11-25 06:32:00)
by dnsl
Hi All, i am doing a VB.NET windows application. In that i am using Log4Net for logging details. I am new to using Log4Net. The problem i am facing is i want to create the logfiles with same name each day. means today if a log file is created with name debug.log, tomorrow also it should create a new log file with same name with out any change in the previous file name. how can i do this ? My ...
Started 3 weeks, 6 days ago (2009-11-25 06:32:00)
by dnsl
Filename in log4net Hi All, i am doing a VB.NET windows application. In that i am using Log4Net for logging details. I am new to using Log4Net. The problem i am facing is i want to create the logfiles with same name each day. means today if a log file is created with name debug.log, tomorrow also it should create a new log file ...
Started 1 week, 1 day ago (2009-12-14 11:23:00)
by mendhak
Quote: Originally Posted by motil Mend, thank you for your suggestions, System.Web didn't helped to bring the Trace method to my DAL, i can't use the Debug method as well... And I will check that the date is valid before i update the table. now about the process, moving it to a single method is a good idea and i'll use it but it...
Started 4 days, 18 hours ago (2009-12-18 11:59:00)
by Gohan
Zitat: Zitat von Gast Egal wie leicht oder schwer es ist den Dienst zu erstellen und zu debuggen (weiß nicht, ob es da brauchbare Tools, ich habe noch keine gefunden), wirst du bei einem Dienst immer auf diverse Probleme stoßen, da der Dienst eben nicht interaktiv läuft: 1.) Benutzerein- und Ausgaben können nicht direkt ...
Started 5 days, 12 hours ago (2009-12-17 17:13:00)
by saxisa
Well writing this would not be a problem at all, which I kind of implied, so you could probably figure I know about using data grid controls and listviews. So you are kind of pointing out the obvious there. No problem. But you did kind of miss the whold point of the question. The question was, BEFORE I write it, since writing takes time and time is short, has anyone else written ...
Started 5 days, 7 hours ago (2009-12-17 22:36:00)
by jmeckley
look into the System.IO namespace. there are all kinds of objects in there to manage files. no reference to VB required. also, your error handling is lacking. there are guidelines about the best practices for handling exceptions. 1. do *not* catch often. most times letting the exception bubble up is acceptable. 2. keep catch logic simple. log/wrap/throw 3. only catch exceptions you expect. ...
Started 5 days, 15 hours ago (2009-12-17 14:31:00)
by ced56
Ok pourtant il m'écrit bien mes données dans un fichier texte (j'ai mis en place avec log4net justement pour constater et mes valeurs sont là). Tu ferai ça comment dans mon cas stp?
When you are locally testing your application, debugging is quite a simple process. You can run the application directly from within Visual Studio, or attach to the w3wp process when running under IIS, set breakpoints in your code, and find out why something isn't working. As soon as you upload your application onto your hosting server, you lose this ability, and finding out why there is a ...
Re: Your thoughts on "Send me some screenshots" Quote: Originally Posted by stateofidleness The IRIS project directly competes with their main offering and even exceeds its functionality and, to me, the UI. I'm lost here. Why do you want to demo to ...
Quote: Originally Posted by MartinLiss If you change form [code] tags to [highlight=vb.net] tags (as I did for you in the last block of your post) it works sort of okay. Ah, ok, so there is a work around, however, the below is a direct copy of the first xml CODE block, and it works fine in regular forum: ...
Started 6 days, 12 hours ago (2009-12-16 17:10:00)
by ntg
Re: shared events? Shaggy is correct. Here's part of the code that's being generated for your project: VB Code: Private Overridable Property myObject1 As EventTester Get Return Me ._myObject1 End Get Set ( ByVal WithEventsValue As EventTester ) ...