You can enable or disable error logging by using either the API or environment variables. By default, a file called kvoop.log
is created in the system temporary directory; however, you can change the path and file name of this file (see Change the Path and File Name of the Log File).
To enable or disable logging, call out_of_process_log()
on a Configuration
object with the appropriate Boolean value.
See The Configuration Class for more information.
To enable logging, add the KVOOPLOGON
environment variable, and set the variable value to 1
. To disable logging, do not set the KVOOPLOGON
environment variable.
|