Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #42974

Re: Python log parser

From Dennis Lee Bieber <wlfraed@ix.netcom.com>
Subject Re: Python log parser
Date 2013-04-07 00:09 -0400
Organization > Bestiaria Support Staff <
References <CAFLxTvmDXgeKivwVTRwa4CJ-sd+9esOiwo=co-FFsBgoxO-16w@mail.gmail.com> <mailman.120.1365123545.3114.python-list@python.org> <kjmjod$o0g$1@reader1.panix.com> <CAFLxTvkrQ_Et0+xtZXMSEKCktkanhNC2XQwr9Oxq2Zg4a_4pAg@mail.gmail.com>
Newsgroups comp.lang.python
Message-ID <mailman.228.1365307790.3114.python-list@python.org> (permalink)

Show all headers | View raw


On Fri, 5 Apr 2013 16:42:27 +0300, Nac Temha <naccttemha@gmail.com>
declaimed the following in gmane.comp.python.general:

> Can syslog module parsing syslog messages? I give you example for better
> explain this matter; I can parse perl module(
> http://search.cpan.org/dist/Parse-Syslog/lib/Parse/Syslog.pm). I obtained
> host,program,message text. I want to do them with python.
>
	parse::syslog is not the same as sys::syslog 

	Python's syslog module does what sys::syslog does -- it /writes/
syslog data, it does NOT read it.
-- 
	Wulfraed                 Dennis Lee Bieber         AF6VN
        wlfraed@ix.netcom.com    HTTP://wlfraed.home.netcom.com/

Back to comp.lang.python | Previous | NextPrevious in thread | Find similar | Unroll thread


Thread

Re: Python log parser rh <richard_hubbe11@lavabit.com> - 2013-04-04 18:00 -0700
  Re: Python log parser Grant Edwards <invalid@invalid.invalid> - 2013-04-05 13:31 +0000
    Re: Python log parser Nac Temha <naccttemha@gmail.com> - 2013-04-05 16:42 +0300
      Re: Python log parser darnold <darnold992000@yahoo.com> - 2013-04-05 13:42 -0700
    Re: Python log parser Dennis Lee Bieber <wlfraed@ix.netcom.com> - 2013-04-07 00:09 -0400

csiph-web