User`s guide

KwikNet System Configuration
K
A
DAK
71
Debug and Logging Parameters (continued)
Enable Message Logging
Check this box if you wish to provide a logging function to record (display) text
messages generated by KwikNet's data logging services. When this box is checked, you
must provide all of the logging parameters listed. If you do not want to provide a logging
function, leave this box unchecked.
Message Storage
Specify the amount of memory to be reserved for use as log buffers. A character array of
this size will be declared in the KwikNet Library.
Maximum Line Length
Specify the maximum number of characters that are allowed in each line of text logged to
your recording (display) device.
Log Function Name
This parameter provides the name of an application function which will be called to log
each line of text generated by KwikNet's data logging services. This function must operate
as specified in Chapter 1.6.
The sample programs provided with KwikNet and its optional components use data
logging procedure sam_record() in the Application OS Interface module KNSAMOS.C.
To use that procedure, enter the function name sam_record in this field.
Logs
KwikNet allows you to generate network information summaries called logs. These
summaries are often referred to as network statistics. These logs can be dumped to your
data logging device using KwikNet function kn_netstats().
Check the box labeled
"Network summary" if you want to be able to dump a brief summary
of the current state of all network interfaces.
Check the box labeled "Device statistics" if you want to be able to dump the complete list
of device statistics maintained by the device driver attached to each network interface.
Check the box labeled "ARP, routing, TCP, UDP" if you want to be able to dump the
complete list of network operating conditions available from the Turbo Treck TCP/IP
Stack.