XFPL_LOG
Make an entry in the xfServerPlus log
WTSupported in traditional Synergy on Windows
|
|
USupported on UNIX
|
VSupported on OpenVMS
|
xcall XFPL_LOG(text_string)
Arguments
text_string
The text that you want to write to the log. (a)
Discussion
XFPL_LOG makes an application-defined entry in the xfServerPlus log file.
To use this routine, you must activate logging by setting XFPL_LOG to ON in the xfpl.ini file and supplying a log filename. See Using server-side logging for more information.
The default Synergy Method Catalog is preloaded with an entry for XFPL_LOG. If this entry is missing, you can import it from the defaultsmc.xml file. See Importing and exporting methods.
XFPL_LOG must be included in the SMC if you are using the setUserString() methods in xfNetLink Java or xfNetLink .NET.
This routine opens and closes a channel. If you get a “Channel is in use” error when using XFPL_LOG, see Specifying a base channel number. If you are using U_START, also see the discussion in UI Toolkit routines.