Package Trivial-Backtrace - internal and external symbols

Part of:

asdf-system trivial-backtrace
See only external symbols
Package Trivial-Backtrace uses the packages Common-Lisp. It has 27 total symbols and 4 external ones.

Variable

*date-time-format*

The default format to use when printing dates and times.

* %% - A '%' character
* %d - Day of th...

Function

date-time-string
format-date
print-backtrace

Send a backtrace for the error error to output.

The keywords arguments are:

* :output - w...

print-backtrace-to-stream

Send a backtrace of the current error to stream.

Stream is assumed to be an open writable file ...

print-condition

Print condition to stream using the pretty printer.

time-date

Returns the date part of the given time.

time-day-of-week

Returns the day-of-week part of the given time.

time-daylight-savings-time-p

Returns the daylight-savings-time-p part of the given time.

time-hour

Returns the hour part of the given time.

time-minute

Returns the minute part of the given time.

time-month

Returns the month part of the given time.

time-second

Returns the second part of the given time.

time-year

Returns the year part of the given time.

Macro

generate-time-part-function