help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Is there any way to write to system logs from emacs?


From: Pascal Bourguignon
Subject: Re: Is there any way to write to system logs from emacs?
Date: 10 Nov 2003 03:35:44 +0100
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3

Artur Hefczyc <DONTkobit@SPAMplusnet.MEpl> writes:

> Hi,
> 
> I am interested if there is any interface in elisp for system logger. I
> mean I would like to send some info to system logs directly from emacs.
> 
> Is there any package allowing this?

There  is the logger(1)  command, and  it can  easily be  invoked from
emacs with shell-command:

(shell-command "logger -p local3.info -t from-emacs \"Hello from Andromeda!\"")


-- 
__Pascal_Bourguignon__
http://www.informatimago.com/


reply via email to

[Prev in Thread] Current Thread [Next in Thread]