| | 1 | = !CoreSettings = |
| | 2 | |
| | 3 | The !CoreSettings class is nothing more than a container for [wiki:howto/ConfigValue config-values] of other classes in the [wiki:Core]. This is used to avoid dispersion of important config-values into one-value-sections in the [wiki:howto/ConfigFile config-file]. |
| | 4 | |
| | 5 | The following values are configurable: |
| | 6 | * '''softDebugLevelConsole_''', '''softDebugLevelLogfile_''', '''softDebugLevelShell_''': Define the maximal output level of all three output devices (used by [wiki:archive/Shell], [wiki:archive/Debug] and [wiki:archive/OutputHandler]) |
| | 7 | * '''language_''': Sets the used language (see [wiki:Language] for more information) |
| | 8 | |
| | 9 | All values are located in the '''[Core]''' section of the config-file. |