--- Thomas Maeder <[EMAIL PROTECTED]> wrote:
> But the information in DLServer.h is nice for my compiler, 
> not for me.

It's also for your benefit. :)

> ...

> If that function is intended to be used, why isn't it properly
> documented in the SDK docs? 

In Volume II of the Palm OS � Programmer�s Companion, you will find
this documentation of DlkSetLogEntry():

� Use the HotSync � log for debug-time error logging on the device.

You may use DlkSetLogEntry to write your debugging messages to the
HotSync log on the device. The HotSync log will accept up to 2KB of
text. You may then switch to the HotSync application to view the log.

NOTE: Restrict writing to the HotSync log to debugging. Users will not
appreciate having your debugging messages in their HotSync log.

> What are the pre-conditions? Are there limits on how much can 
> be logged? Limits per application? Limits per interval between
> two Hotsyncs? Other limits?

pre-condition:
  #include <DLServer.h>


__________________________________________________
Do You Yahoo!?
Yahoo! - Official partner of 2002 FIFA World Cup
http://fifaworldcup.yahoo.com

-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/support/forums/

Reply via email to