Re: Logger : Viewing realtime from another app ?
From: nos (nos_at_nospam.com)
Date: 04/01/04
- Next message: hilz: "Re: jni dll loading weird situation. please help"
- Previous message: SMMT: "Re: Java Telephony API + Symbian Series 60 = how to devellop?"
- Next in thread: Bryce (Work): "Re: Logger : Viewing realtime from another app ?"
- Reply: Bryce (Work): "Re: Logger : Viewing realtime from another app ?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Thu, 01 Apr 2004 03:25:24 GMT
tail -f
should do it
if you specify a file length, the current file will be renamed
and a new one started when it fills up
"Bryce (Work)" <spamtrap@berzerker-soft.com> wrote in message
news:oe2m60hpcgdo3pqtdibe3c6icnkp5902k3@4ax.com...
> On Wed, 31 Mar 2004 17:50:23 +0100, "Webby" <steve@swebb99.fs2.com>
> wrote:
>
> >Hi,
> >
> >I've been having a read of the Logger API introduced in 1.4. It looks
quite useful but does anyone
> >no if there is anyway of monitoring the logs in an application from a
seperate java application
> >written to display logs in real time. It would be useful if you could use
the logger monitor to turn
> >on and off different logging and also monitor what packages currently
have logging turned on.
>
> Well, if you are logging to a file, then its just a matter of reading
> that file, updating periodically...
>
> I haven't used the Logger API in 1.4, but I've used Log4J package from
> Apache jakarta project. It provides many appenders that allow you to
> write logs in different ways. Some examples of methods that already
> exist are:
>
> writing to consoles, files, GUI components, remote socket servers,
> JMS, NT Event Loggers, remote UNIX Syslog, JDBC, email...
>
> --
> now with more cowbell
- Next message: hilz: "Re: jni dll loading weird situation. please help"
- Previous message: SMMT: "Re: Java Telephony API + Symbian Series 60 = how to devellop?"
- Next in thread: Bryce (Work): "Re: Logger : Viewing realtime from another app ?"
- Reply: Bryce (Work): "Re: Logger : Viewing realtime from another app ?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|