Hi Richard,
Strangely enough, I doesn't help:
db = [SQLClient clientWithConfiguration: nil name: @"test"];
[db setDebugging: 0];
[db setDurationLogging: -1];
NSLog(@"Logging level is now: %@", [db durationLogging]);
NSLog(@"Debuggings is now: %@", [db debugging]);
Gives the following:
2004-12-15 13:07:24.000 SQLTest[8230] Logging level is now: (nil)
2004-12-15 13:07:24.000 SQLTest[8230] Debuggings is now: (nil)
2004-12-15 13:07:24.000 SQLTest[8230] The current database name
is:test --> This ok. This is a NSLog call
2004-12-15 13:07:25.000 SQLTest[8230] k type:253 size: 5 val:hello
2004-12-15 13:07:25.000 SQLTest[8230] char1 type:254 size: 1 val:X
2004-12-15 13:07:25.000 SQLTest[8230] intval type:3 size: 1 val:1
2004-12-15 13:07:25.000 SQLTest[8230] realval type:5 size: 4 val:9.99
2004-12-15 13:07:25.000 SQLTest[8230] b type:252 size: 256 val: