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.

The complete path and filename.

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.

The environment where the client program runs.

xfNetLink .NET

Using client-side logging

set XFNLNET_DEFAULT_LOGFILE = c:\logs\xfnlnet.log