XFNLNET_CLASS_LOGFILE
Log file name for xfNetLink .NET
|
|
|
NSupported in Synergy .NET
|
The XFNLNET_CLASS_LOGFILE setting specifies the path and filename of the file to use for xfNetLink .NET client-side logging. It can be set for all classes or a single class.
Value
The complete path and filename.
Discussion
The default is c:\xfnlnet.log.
Do not use logicals to specify the filename location.
CLASS in the environment variable name can be either DEFAULT (which means the setting applies to all classes) or the name of a specific class in your assembly (which means it applies only to that class).
This environment variable can be used with any xfNetLink .NET application. If an application configuration file exists for a .NET Framework application, the value set in the config file will override the corresponding environment variable.
Setting location
The environment where the client program runs.
Used by
xfNetLink .NET
See also
Examples
set XFNLNET_DEFAULT_LOGFILE = c:\logs\xfnlnet.log