Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

To set the log level for console and file output:

  1. Close ICEIgloo Core Engine

  2. Navigate to C:\\ProgramData\\Igloo Vision\\IglooCoreEngine\\settings in your file explorer.

  3. Open EditorWindowsSetting.xml with a text editor

  4. Locate the lines with <logLevelConsole> and <logLevelFile>. The number between these tags represents the current log level for console and file output, respectively.

  5. Replace the number between these tags with your desired log level (0 to 5).

    For example, if you want to log warnings, errors and critical issues, your lines should look like:

    <logLevelConsole>2</logLevelConsole>

    <logLevelFile>2</logLevelFile>

  6. Save and close the file.

...