home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 3 / TheARMClub_PDCD3.iso / hensa / programming / spirit / app / !Logger / !Help < prev    next >
Text File  |  1992-11-14  |  1KB  |  29 lines

  1. Logger utility
  2.  
  3. This is a small program which provides text logging facilities to other
  4. Risc-OS programs.  It is particularly useful when developing windowed
  5. applications because it allows you to print messages from your application
  6. without going through all the hard work of updating the screen.
  7.  
  8. In order to get the messages from your application to the logger, one
  9. message number is required.  By default this is &c8000, but if this conflicts
  10. with other software you are using, you can change it by editing logger's
  11. !Run file.
  12.  
  13. Menu options provided by !Logger are as follows :
  14.  
  15.     Info          The usual
  16.     Display       Causes logger's window to be displayed on the screen.
  17.                   This can also be achieved by clicking on Logger's icon.
  18.     Save Options  Saves the current options to a file in Logger's directory.
  19.     Auto Display  Causes Logger to automatically open its window if a message
  20.                   arrives whilst the window is closed.
  21.     Cursor        Causes Logger to display a flashing cursor in its window.
  22.                   Pretty pointless, but my text library supports it.
  23.     Start Visible If ticked, this will cause Logger to start up with its
  24.                   window visible.  If unticked, then it doesn't.
  25.     Quit          The usual.
  26.  
  27.  
  28. Any fault reports or WIBNIs to me - jhw@cix.compulink.co.uk
  29.