It defines the name of the Log Output file when the Log Output Property is set to File.
The default value for this property is client.log
In .NET, the file is generated in the current directory, that is
- for .Web, the folder where the web.config is (The folder where the Virtual directory points to)
- for command line procedures, the current (starting) directory
In Java web, the file is generated in the <webapp>/logs.
In all cases, an absolute path can be set too. (eg.: C:\MyLogGolder\client.log )
Platforms: Web(.Net, Java)
Log output property
Log level property