All configuration related to logging is held in the system registry.
Carapace information is held in the HKEY_CURRENT_USER hive under
the section software/Carapace.
This configuration information is read whenever a new Log
object is created and is used to set the defaults
for that Log.
Using regedit.exe or some such utility, you will see a sub-section
called Log. This is where the logging configuration is held.
The Log section can have the following attributes:
| attribute | data type | description |
|---|---|---|
| directory | String | the name of the default directory to contain Carapace logs |
| levels | String | a comma-separated list of log levels |
| maxSize | Integer | the maximum allowed size for a log (in kilobytes) -- if a log attempts to exceed this threshold, it is destroyed and started again from zero size |
| Contents | Index | Current topic: communications | Related topics: communications classes, objects |