View Single Post
  #1 (permalink)  
Old 02-27-2006, 10:59 PM
ycomp's Avatar
ycomp ycomp is offline
Member
 
Join Date: Jan 2006
Posts: 93
ycomp is on a distinguished road
Has anyone written a logging DLL?

Hi,

has anyone written a logging dll that will communicate with a logging application?

here is an example of what I'm talking about:

http://logging.apache.org/log4j/docs...fullscreen.jpg

I remember there used to be some good ones for delphi, but I forget what they were called. Anyhow would be nice to be able to log without actually creating your own files... I mean those are useful also.

But to group and be able to filter your log messages would be great. Would be nice if the logging app also has capability to export to csv or excel.

So what I'm asking is either anyone has written a dll for this already or if they know of a good logging application to use that can group and export to csv or excel?

e.g. the dll call would be something like logMsg("coolEA-EURUSD", "I can't believe it... a buy signal finally occurred!");

in the logging app this would show up along with the timestamp.
Reply With Quote