Index of /software/iocLogBrowser

[ICO]NameLast modifiedSizeDescription

[DIR]Parent Directory  -  
[   ]iocLogBrowser.tcl23-Mar-2006 09:51 7.4K 
[TXT]iocLogger23-Mar-2006 10:06 1.9K 

Utilities for the usage of the iocLogServer

Introduction:
    The iocLogServer is a utility provided by epics base.
    It is a server that collects messages from IOCs and writes them to a file.
    The utility is described in the IOC application developers guide.
    The script "iocLogger" is a wrapper to start the iocLogServer from
    a cron job and auto generate the file names. 
    All configuration of the iocLogServer is done in the script.
    The application iocLogBrowser.tcl is a wishx application to browse
    the files generated by the iocLoggger.
    The configuration expects logfiles from three different IOC networks,
    i.e. three iocLogger collect messages from their network and write
    to different files.
    
Files:
    + iocLogger
    + iocLogBrowser.tcl