logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

elog - utility program for Electronic Logbook ELOG

Author

       Written by Stefan Ritt <stefan.ritt@psi.ch>.

       This manual page was written by Recai Oktas <roktas@omu.edu.tr>, for the Debian GNU/Linux system (but may
       be used by others).

                                                January 15, 2002                                         ELOG(1)

Description

       The Electronic Logbook ELOG can be used to store and retrieve messages through a Web interface. Depending
       on the configuration, the ELOG system can host one or more logbooks which are stored in separate sections
       on the server.  elog is the standalone client program which can be used from the command line to interact
       with the ELOG daemon (elogd). The elog message can either be submitted  on  the  command  line  or  piped
       through  `stdin'  or  in  a  file  with  the `-m' flag.  For the former case, message with blanks must be
       enclosed in quotes.  Multiple attributes can be specified as well as several  attachments.  The  password
       must  match the write password defined on the server.  If user level access is defined on the server (via
       the `Password file' option), a valid user name / password pair must be specified with the `-u' option.

       The elog program makes it possible to submit logbook entries automatically by the system or from scripts.
       In some shift logbooks this feature is used to enter alarm messages automatically into the logbook.

Name

       elog - utility program for Electronic Logbook ELOG

Options

elog accepts the following options:

       -aattribute=value
              set attribute to value

       -eid  edit existing message of id

       -ffile...
              attach files while submitting

       -hhost
              host where elogd is running

       -llogbook
              name of logbook or experiment

       -mtextfile
              submit message from textfile

       -pport
              port where elogd is running

       -rid  reply to existing message of id

       -sdir directory where logbooks reside

       -uusernamepassword
              username and password

       -v     verbose output

       -wpassword
              write password defined on server

       -x     suppress email notification

See Also

elogd(8).

       The full documentation for ELOG is maintained as an html manual.  You  can  reach  it  from  the  package
       document directory.

Synopsis

elog-aattribute=value [ -eid ] [ -ffile... ] -hhost [ -llogbook ] [ -mtextfile ] [ -pport ] [ -rid ] [ -ssubdir ] [ -uusernamepassword ] [ -v ] [ -wpassword ] message  [ -x ]

See Also