Wolfram Library Archive


All Collections Articles Books Conference Proceedings
Courseware Demos MathSource Technical Notes
Title Downloads

Log-Book
Author

Gunther Reiszig
Old MathSource #

0205-850
Revision date

1993-04-01
Description

Log-Book.m is a package for logging of parts of sessions in a comfortable way. OpenLog opens and CloseLog closes a log-book. Between these commands, input, output, and message output of the current session are logged. OpenLog provides several arguments and options for: determining log-book files for In, Out, and Msg responses, (default is set to Mathematica.Log); what information is to be logged (Logging -> {In, Out, Msg}); what information the headline of the log-book files should contain, (LogLabels, LogLabelUsed); what function is to be used to open a log-book, (OpeningFunction -> OpenWrite overwrites); how user defined $Pre, $Post, $MessagePrePrint should be used (PrePostOrder -> {-1, 1}); and what format is used to log the output (FormatType -> Identity). For examples, see the LogBook.Examples file.
Subject

*Wolfram Technology > Kernel > Logging
Keywords

Mathematica Session Logging, General utilities, session logs, record
Downloads Download Wolfram CDF Player

Download
README.txt (2.7 KB) - Author notes and revision history
Download
LogBook.Examples (1.2 KB) - Example Log Book
Download
LogBook.m (13.8 KB) - Mathematica package