SubSonic-3.0
                                
                                 SubSonic-3.0 copied to clipboard
                                
                                    SubSonic-3.0 copied to clipboard
                            
                            
                            
                        Create log file for sql command
in source code have a "#if debug console.writeline ..... " you can made something to enable write in a text file...
this will help a lot!!!
It might be nice to have logging hooked up, may be out of scope for 3.1 but lets consider it.
I was wondering the same thing, and looked around build 3.0-d7d8f36. It looks like if you set the IDataProvider.Log field on the provider you are using, you can log to a file (or wherever) ebertti.