OBJECTS 

Object RFLOG

Description

Logging PC-application user data to the WSServer (Server) log files (task log file) and/or to the WSAdm (Administrator) Log viewer.

In the user application, this object allows to send data to the default server Log file (by task number), and using the Log level filter (Trace Configuration, Full, Normal, None).

The Administrator Log viewer allows to view "on-line" the data sent to the log file.

If the "Log level" is greater than the "Log Filter" (Trace) set in the server (see administrator WSAdm & server configuration) the data is not sent to the log file. Set this level to a low value (10) for severe errors, and to a high value for comments or warnings (verbose) (90).

This feature allows to dynamically manage (by WSAdm) the amount of data and details sent to the log files.

How To

Store data in the log file.

OR

Declaration

Public wsRfLog As New RFLOG

Methods

Logging
Errors
Reference

Logging

LogMsgEx Sends data to log file with "Log level".
SetLevel Sets the default "Log level".
LogMsg Sends data to log file with the default "Log level".

Errors

RFGetLastError Returns the status of WireLess Studio link.

Reference

LogMsg Sends data to log file with the default "Log level".
LogMsgEx Sends data to log file with "Log level".
SetLevel Sets the default "Log level".