This is the printv Reference Manual, version 0.1.0, generated automatically by Declt version 4.0 beta 2 "William Riker" on Sun Sep 15 06:24:41 2024 GMT+0.
The main system appears first, followed by any subsystem dependency.
printv
printv: a batteries-included tracing and debug-logging macro
Dan Lentz <danlentz@gmail.com>
Dan Corkill <corkill@GBBopen.org>
Apache 2.0
PRINTV is a ’batteries-included’ tracing and debug-logging macro
based on ’The Handy PRINTV’ by Dan Corkill Copyright (C) 2006-2010, Dan Corkill
<corkill@GBBopen.org>, and open-source licensed under terms of Apache License 2.0.
printv is available from http://github.com/danlentz/printv or from a current quicklisp
dist.
0.1.0
readme.md
(file).
package.lisp
(file).
lock.lisp
(file).
time.lisp
(file).
printv.lisp
(file).
Files are sorted by type and then listed depth-first from the systems components trees.
printv/package.lisp
printv/lock.lisp
package.lisp
(file).
printv
(system).
make-recursive-lock
(function).
with-recursive-lock-held
(macro).
printv/time.lisp
lock.lisp
(file).
printv
(system).
format-decoded-time
(function).
format-universal-time
(function).
*abbrev-month-table*
(special variable).
*abbrev-weekday-table*
(special variable).
*daylight-table*
(special variable).
*long-month-table*
(special variable).
*long-weekday-table*
(special variable).
*timezone-table*
(special variable).
format-date-range
(function).
timezone-name
(function).
valid-destination-p
(function).
printv/printv.lisp
time.lisp
(file).
printv
(system).
*default-printv-output*
(special variable).
*figlet-executable*
(special variable).
*figlet-font*
(special variable).
*major-separator*
(special variable).
*minor-separator*
(special variable).
*ppmx-macro-char*
(special variable).
*printv-macro-char*
(special variable).
*printv-output*
(special variable).
*timestamp-designator*
(special variable).
disable-printv
(function).
disable-printv-output
(function).
enable-ppmx-reader
(function).
enable-printv
(function).
enable-printv-output
(function).
enable-printv-reader
(function).
ppmx
(macro).
ppmx-reader
(function).
printv
(macro).
printv-reader
(function).
with-printv-disabled
(macro).
with-printv-enabled
(macro).
with-printv-output-to
(macro).
*printv-lock*
(special variable).
expander
(function).
form-printer
(function).
major-separator
(function).
minor-separator
(function).
register-readtable
(function).
timestamp
(function).
values-printer
(function).
vcond
(macro).
vlet
(macro).
vlet*
(macro).
Packages are listed by definition order.
printv
common-lisp
.
*default-printv-output*
(special variable).
*figlet-executable*
(special variable).
*figlet-font*
(special variable).
*major-separator*
(special variable).
*minor-separator*
(special variable).
*ppmx-macro-char*
(special variable).
*printv-macro-char*
(special variable).
*printv-output*
(special variable).
*timestamp-designator*
(special variable).
disable-printv
(function).
disable-printv-output
(function).
enable-ppmx-reader
(function).
enable-printv
(function).
enable-printv-output
(function).
enable-printv-reader
(function).
format-decoded-time
(function).
format-universal-time
(function).
ppmx
(macro).
ppmx-reader
(function).
printv
(macro).
printv-reader
(function).
with-printv-disabled
(macro).
with-printv-enabled
(macro).
with-printv-output-to
(macro).
*abbrev-month-table*
(special variable).
*abbrev-weekday-table*
(special variable).
*daylight-table*
(special variable).
*long-month-table*
(special variable).
*long-weekday-table*
(special variable).
*printv-lock*
(special variable).
*timezone-table*
(special variable).
expander
(function).
form-printer
(function).
format-date-range
(function).
major-separator
(function).
make-recursive-lock
(function).
minor-separator
(function).
register-readtable
(function).
timestamp
(function).
timezone-name
(function).
valid-destination-p
(function).
values-printer
(function).
vcond
(macro).
vlet
(macro).
vlet*
(macro).
with-recursive-lock-held
(macro).
Definitions are sorted by export status, category, package, and then by lexicographic order.
Pretty prints the macro expansion of FORM.
FORMAT-DECODED-TIME formats a string containing decoded time
expressed in a humanly-readable manner. The destination is any
destination which can be accepted by the FORMAT function. The
timezone keyword is an integer specifying hours west of Greenwich.
The style keyword can be :SHORT (numeric date), :LONG (months and
weekdays expressed as words), or :ABBREVIATED (like :LONG but words are
abbreviated). The keyword DATE-FIRST, if NIL, will cause the time
to be printed first instead of the date (the default). The PRINT-
keywords, if nil, inhibit the printing of certain semi-obvious
parts of the string.
Format-Universal-Time formats a string containing the time and date
given by universal-time in a common manner. The destination is any
destination which can be accepted by the Format function. The
timezone keyword is an integer specifying hours west of Greenwich.
The style keyword can be :SHORT (numeric date), :LONG (months and
weekdays expressed as words), :ABBREVIATED (like :LONG but words are
abbreviated), or :GOVERNMENT (of the form "XX Month XXXX XX:XX:XX")
The &KEY argument :DATE-FIRST, if NIL, will print the time first instead
of the date (the default). The PRINT- keywords, if NIL, inhibit
the printing of the obvious part of the time/date.
Jump to: | D E F M P R T V W |
---|
Jump to: | D E F M P R T V W |
---|
Jump to: | *
S |
---|
Jump to: | *
S |
---|
Jump to: | F L P R S T |
---|
Jump to: | F L P R S T |
---|