X-Git-Url: http://git.kpe.io/?p=clsql.git;a=blobdiff_plain;f=base%2Frecording.lisp;h=85620f785ad24895f379be21a217f2fd4bb93e5f;hp=37d14d3ff6c6d7bcbd94e237b2b15f1c3fcdaf42;hb=09f07ac9d914a83f9426609f3264f4e66b5a6d97;hpb=e06ca99080d17083dcfcf3f148de4a8796773e78 diff --git a/base/recording.lisp b/base/recording.lisp index 37d14d3..85620f7 100644 --- a/base/recording.lisp +++ b/base/recording.lisp @@ -1,16 +1,19 @@ ;;;; -*- Mode: LISP; Syntax: ANSI-Common-Lisp; Base: 10 -*- -;;;; ====================================================================== -;;;; $Id: $ +;;;; ************************************************************************* ;;;; -;;;; Description ========================================================== -;;;; ====================================================================== +;;;; $Id$ ;;;; ;;;; CLSQL broadcast streams which can be used to monitor the ;;;; flow of commands to, and results from, a database. ;;;; -;;;; ====================================================================== +;;;; This file is part of CLSQL. +;;;; +;;;; CLSQL users are granted the rights to distribute and use this software +;;;; as governed by the terms of the Lisp Lesser GNU Public License +;;;; (http://opensource.franz.com/preamble.html), also known as the LLGPL. +;;;; ************************************************************************* -(in-package #:clsql-base-sys) +(in-package #:clsql-base) (defun start-sql-recording (&key (type :commands) (database *default-database*)) "Begin recording SQL command or result traffic. By default the