can you please suggest if any logging framework for VB6.0?
Printable View
can you please suggest if any logging framework for VB6.0?
Can you please rephrase your question?
Welcome to the forums.... :wave:
Does that mean logging errors...?? Like, you want an easy way of logging errors in your VB program..?
I want to do logging using VB6.0 application
I am looking for any logging framework similar to
Log4J for .NET or
Enterprize Library Logging Block for .NET
could you please suggest some logger for VB6.0???
Never heard of Log4J before so I Googled it.
It looks like a debuging tool, so I would suggest doing research on Application Debugging in VB6.
Although this is geared toward VB.NET (VB6 is sooooooooooo old that it is going to be difficult finding VB6 specific things anymore) but many of the principles remain.
http://msdn.microsoft.com/en-us/libr...44(VS.80).aspx
Thanks for the reply.
I could see Log4VB but, it has limited features. So I decided to write one simple logging framework in VB6.0 on my own.
Thanks, Dutt