home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 3 / TheARMClub_PDCD3.iso / hensa / comms / streamer / streamerdoc / html / conf_log < prev    next >
Text File  |  1995-04-13  |  4KB  |  75 lines

  1. <html>
  2. <head>
  3. <title>Streamer User Guide - Configuring Streamer - Log book</title>
  4. </head>
  5. <body>
  6. <h4><a name = "logbook">Log book</a></h4>
  7.  
  8. This controls the automatic log keeping functions of Streamer. The Logging option turns automatic logging 
  9. on or off. There are two other groups of icons; Format and File. <p>
  10. <img src = "sprites/13" align = middle><p>
  11. <h4>Log keeping configuration</h4>
  12. <h5>Format </h5>
  13.  
  14. This sets the format used for log entries. Each time Streamer is run, the Heading and 2nd line entries are 
  15. written to the log window, as typed. The Entries setting controls the format of subsequent entries added to 
  16. the log. The format is written in C <code>strftime</code> style, with extensions for station details. <p>
  17.  
  18. Ordinary characters are copied to the log entry unchanged. The % character is used to indicate the presence 
  19. of special tag values. The normal strftime tags are: <p>
  20.  
  21. <ul>
  22. <li><code>%a </code>the local abbreviated weekday name. 
  23. <li><code>%A </code>the local full weekday name. 
  24. <li><code>%b </code>the local abbreviated month name 
  25. <li><code>%B </code>the local full month name 
  26. <li><code>%c </code>the local appropriate date and time representation 
  27. <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) 
  28. <li><code>%I </code>the hour (12-hour clock) as a decimal number (01-12) 
  29. <li><code>%j </code>the day of the year as a decimal number (001-366) 
  30. <li><code>%m </code>the month as a decimal number (01-12) 
  31. <li><code>%M </code>the minute as a decimal number (00-59) 
  32. <li><code>%p </code>the local equivalent of either AM or PM designation associated with a 12-hour clock 
  33. <li><code>%S </code>the second as a decimal number (00-61) 
  34. <li><code>%U </code>the week number of the year (Sunday as the first day o week 1) as a decimal number (00-53)
  35. <li><code>%w </code>the weekday as a decimal number (0(Sunday) - 6) 
  36. <li><code>%W </code>the week number of the year (Monday as the first day o week 1) as a decimal number (00-53) 
  37. <li><code>%x </code>the local appropriate date representation 
  38. <li><code>%X </code>the local appropriate time representation 
  39. <li><code>%y </code>the year without century as a decimal number (00-99) 
  40. <li><code>%Y </code>the year with century as a decimal number 
  41. <li><code>%Z </code>the timezone name or abbreviation, or by no characters if no time zone is determinable 
  42. <li><code>%% %</code></ul>
  43.  
  44. <p>
  45.  
  46. The extensions for log entries are: <p>
  47.  
  48. <ul>
  49. <li><code>%n </code>the stream name 
  50. <li><code>%t </code>the entry type - connect / disconnect 
  51. <li><code>%C </code>the callsign 
  52. <li><code>%f </code>the frequency - from the Freq. entry 
  53. <li><code>%e </code>the emission class - from the Mode entry 
  54. <li><code>%P </code>the power - from the Power entry </ul>
  55.  
  56. <p>
  57.  
  58. A number before the tag letter gives a field width. A preceding '-' indicates that the entry should be right- 
  59. justified within the field. <p>
  60.  
  61. The Freq. Mode and Power entries set the text used for %f, %e and %P entries in the Entries format. <p>
  62.  
  63. Click OK to confirm your choices or Cancel to revert to your old settings. <p>
  64. <h5>File </h5>
  65.  
  66. These icons reproduce the spool dialogue box from the log book stream window and are independent of the 
  67. OK and Cancel buttons. You may type-in a name and drag the filer icon to a filer window. If the filename 
  68. entry contains a full pathname you may click Save to start spooling log entries to it. Click Cancel to stop. 
  69. You may also reverse drag filer icons onto the window. This will enter the full pathname for the file. If you 
  70. drag a directory icon, it will set the directory path for the file, replacing any path already present. <p>
  71. <a href = "conf_main">Back to configuration contents page</a><p>
  72. <a href = "../Manl_html">Back to contents page</a>
  73. </body>
  74. </html>
  75.