SubSonic-3.0 icon indicating copy to clipboard operation
SubSonic-3.0 copied to clipboard

Create log file for sql command

Open ebertti opened this issue 16 years ago • 2 comments

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!!!

ebertti avatar Oct 15 '09 21:10 ebertti

It might be nice to have logging hooked up, may be out of scope for 3.1 but lets consider it.

adam7 avatar Jan 29 '10 23:01 adam7

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.

Steven-D-Foster avatar Oct 16 '10 19:10 Steven-D-Foster