# File lib/cgikit.rb, line 2469
  def debug_to_file( file, string, exception = nil )
			CKFileLock.exclusive_lock( file ) { | out |
				out.write _debug_string(string,exception)
			}
		end