home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
ARM Club 3
/
TheARMClub_PDCD3.iso
/
hensa
/
comms
/
streamer
/
streamerdoc
/
html
/
conf_log
< prev
next >
Wrap
Text File
|
1995-04-13
|
4KB
|
75 lines
<html>
<head>
<title>Streamer User Guide - Configuring Streamer - Log book</title>
</head>
<body>
<h4><a name = "logbook">Log book</a></h4>
This controls the automatic log keeping functions of Streamer. The Logging option turns automatic logging
on or off. There are two other groups of icons; Format and File. <p>
<img src = "sprites/13" align = middle><p>
<h4>Log keeping configuration</h4>
<h5>Format </h5>
This sets the format used for log entries. Each time Streamer is run, the Heading and 2nd line entries are
written to the log window, as typed. The Entries setting controls the format of subsequent entries added to
the log. The format is written in C <code>strftime</code> style, with extensions for station details. <p>
Ordinary characters are copied to the log entry unchanged. The % character is used to indicate the presence
of special tag values. The normal strftime tags are: <p>
<ul>
<li><code>%a </code>the local abbreviated weekday name.
<li><code>%A </code>the local full weekday name.
<li><code>%b </code>the local abbreviated month name
<li><code>%B </code>the local full month name
<li><code>%c </code>the local appropriate date and time representation
<li><code>%d </code>the day of the month as a decimal number (01-31) <li><code>%H </code>the hour (24-hour clock) as a decimal number (00-23)
<li><code>%I </code>the hour (12-hour clock) as a decimal number (01-12)
<li><code>%j </code>the day of the year as a decimal number (001-366)
<li><code>%m </code>the month as a decimal number (01-12)
<li><code>%M </code>the minute as a decimal number (00-59)
<li><code>%p </code>the local equivalent of either AM or PM designation associated with a 12-hour clock
<li><code>%S </code>the second as a decimal number (00-61)
<li><code>%U </code>the week number of the year (Sunday as the first day o week 1) as a decimal number (00-53)
<li><code>%w </code>the weekday as a decimal number (0(Sunday) - 6)
<li><code>%W </code>the week number of the year (Monday as the first day o week 1) as a decimal number (00-53)
<li><code>%x </code>the local appropriate date representation
<li><code>%X </code>the local appropriate time representation
<li><code>%y </code>the year without century as a decimal number (00-99)
<li><code>%Y </code>the year with century as a decimal number
<li><code>%Z </code>the timezone name or abbreviation, or by no characters if no time zone is determinable
<li><code>%% %</code></ul>
<p>
The extensions for log entries are: <p>
<ul>
<li><code>%n </code>the stream name
<li><code>%t </code>the entry type - connect / disconnect
<li><code>%C </code>the callsign
<li><code>%f </code>the frequency - from the Freq. entry
<li><code>%e </code>the emission class - from the Mode entry
<li><code>%P </code>the power - from the Power entry </ul>
<p>
A number before the tag letter gives a field width. A preceding '-' indicates that the entry should be right-
justified within the field. <p>
The Freq. Mode and Power entries set the text used for %f, %e and %P entries in the Entries format. <p>
Click OK to confirm your choices or Cancel to revert to your old settings. <p>
<h5>File </h5>
These icons reproduce the spool dialogue box from the log book stream window and are independent of the
OK and Cancel buttons. You may type-in a name and drag the filer icon to a filer window. If the filename
entry contains a full pathname you may click Save to start spooling log entries to it. Click Cancel to stop.
You may also reverse drag filer icons onto the window. This will enter the full pathname for the file. If you
drag a directory icon, it will set the directory path for the file, replacing any path already present. <p>
<a href = "conf_main">Back to configuration contents page</a><p>
<a href = "../Manl_html">Back to contents page</a>
</body>
</html>