Table of Contents | ||
---|---|---|
|
...
Parameter | Description |
---|---|
Cor_Profiler | {01CA2C22-DC03-4FF5-8350-59E32A3536BA} |
Cor_Enable_Profiling | 1 |
Cor_Profiler_Path | For .NET 4.5+ : |
COR_PROFILER_PATH_32 COR_PROFILER_PATH_64 | For .NET 4.6+ : Path to the SeaLights profiler DLL. Both should be set and the correct one will be depending on the processes architechture |
SeaLights_CollectorId | A random alphanumeric ID that was provided during the startBackgroundTestListener |
SeaLights_LogLevel | Optional: Level o logs to generate - Default is 0 (none), Fatal=1, Error=4, Debug=6, All=999 |
SeaLights_LogDir | Optional: Folder to save log files in |
...
Parameter | Description |
---|---|
logEnabled | Set to true to enable logs |
debugMode | Set to true to enable enhanced logs (prepareForMsbuild) |
logLevel | Sets the log level to one of the following: "off", "error", "warn", "info", "debug" |
logAppendConsole | Set to true to enable log output to the console |
logAppendFile | Set to true to enable log output to a file |
logFolder | Provide a folder to save the log files in |
logFilename | Provide the name of the log file |
logFileCount | Limit the number of log files to create. Default: 10 |
logSizeLimit | Limit the size of the log file. Default: 10*1024 KB |
...