PackageDescription: WebHitPrintPolicy


Web Hit Print Policy

Last published: March 23, 2009 by 'stevek'

Defines 1 Classes
Extends 8 Classes


Allows different printing policies for logging of a WebHit. Used by VisualWave.LoggingFileChannel>>loggingLoop. The format string consists of single characters that each mean a certain element of the hit, e.g. d for the date and time the hit occurred, garnished with spaces and other separators. The list of meaningful characters and what they do can be seen from the WebHitPrintPolicy class>>initialize method.

Use by adding a "logformat = " line to the [configuration] section of the webtools.ini file, something like this:
logformat = r: w m bi -> s e d u
You have to re-read the configuration file for this to take effect