<AppName>$CatchSignals

0 Don't catch exceptions.
1 Catch exceptions, use C's signal() functions for signals.
2 Catch exceptions, forces RISC OS's default signal handlers.

Default is 1.


<AppName>$Logging

0 Doesn't log.
1 Log information in <<AppName>$Dir>.^.Log.
2 Log information in <AppName> SysLog


<AppName>$Trace

0 Doesn't trace.
1 Add trace information to <<AppName>$Dir>.^.Log file.


<AppName>$MemMalloc

0 Use my own memory manager.
1 Use standard C memory manager.

Default is 0


<AppName>$MemLog

0 Do nothing.
1 Log all memory allocations.

Default is 0


<AppName>$MemCheck

0 Doesn't check.
1 Check memory blocs after each alloc or free.

Default is 0


<AppName>$MemDump

0 Doesn't do anything.
1 On exit, reports all memory leaks in Log file.

Default is 0
