PDA

View Full Version : Log comments


Bandit
13-Feb-2006, 12:35 PM
Dear all,

Is it possible to log my own text/comments? Even when no exception is
raised?

Björn

admin
14-Feb-2006, 06:37 AM
Hi,

Bandit wrote:
> Dear all,
>
> Is it possible to log my own text/comments? Even when no exception is
> raised?
>
> Björn

Yes, you can using the "StandardEurekaError" funtion.
http://www.eurekalog.com/docs/standardeurekaerrorfunction.html

To add your comment I suggest to use the OnQustomDataRequest event.
http://www.eurekalog.com/docs/customdatarequesthowto.html

--
Best regards...

Fabio Dell'Aria.
----------------
http://www.eurekalog.com
Catch every BUG, every time!

Bandit
14-Feb-2006, 08:40 AM
Very good,

Is this function size/processor demanding. Let's say I want to use the log
to supervise socket communication.

My application may receive 10 messages every second. Will the logfile grow
very large?

Br,
Björn

admin
14-Feb-2006, 09:14 AM
Hi,

Bandit wrote:
> Very good,
>
> Is this function size/processor demanding. Let's say I want to use the log
> to supervise socket communication.
>
> My application may receive 10 messages every second. Will the logfile grow
> very large?
>
> Br,
> Björn

Yes, it's so! :(

--
Best regards...

Fabio Dell'Aria.
----------------
http://www.eurekalog.com
Catch every BUG, every time!