What log viewer are you using on Windows?

classic Classic list List threaded Threaded
4 messages Options
Reply | Threaded
Open this post in threaded view
|

What log viewer are you using on Windows?

Alessandro  Vernet
Administrator
I develop on OS X, and use the Console app to view the orbeon.log.
Having an easy access to the latest messages in the log is essential
when developing in Orbeon Forms, and the Console app does a pretty
good job at it. On UNIX, a tail -f in a terminal works just as well.
But what about Windows? What log viewer are you using on Windows?

Alex
--
Orbeon Forms - Web forms, open-source, for the Enterprise -
http://www.orbeon.com/
My Twitter: http://twitter.com/avernet


--
You receive this message as a subscriber of the [hidden email] mailing list.
To unsubscribe: mailto:[hidden email]
For general help: mailto:[hidden email]?subject=help
OW2 mailing lists service home page: http://www.ow2.org/wws
--
Follow Orbeon on Twitter: @orbeon
Follow me on Twitter: @avernet
Reply | Threaded
Open this post in threaded view
|

RE: What log viewer are you using on Windows?

Stephanie Hall (TT)
TextPad

-----Original Message-----
From: Alessandro Vernet [mailto:[hidden email]]
Sent: Wednesday, March 31, 2010 12:30 PM
To: ops-users
Subject: [ops-users] What log viewer are you using on Windows?

I develop on OS X, and use the Console app to view the orbeon.log.
Having an easy access to the latest messages in the log is essential
when developing in Orbeon Forms, and the Console app does a pretty good
job at it. On UNIX, a tail -f in a terminal works just as well.
But what about Windows? What log viewer are you using on Windows?

Alex
--
Orbeon Forms - Web forms, open-source, for the Enterprise -
http://www.orbeon.com/ My Twitter: http://twitter.com/avernet


--
You receive this message as a subscriber of the [hidden email] mailing list.
To unsubscribe: mailto:[hidden email]
For general help: mailto:[hidden email]?subject=help
OW2 mailing lists service home page: http://www.ow2.org/wws
Reply | Threaded
Open this post in threaded view
|

Re: What log viewer are you using on Windows?

Alexander Witzigmann
In reply to this post by Alessandro Vernet
tail is available on windows as well
http://tailforwin32.sourceforge.net/

Am 31.03.2010 19:29, schrieb Alessandro Vernet:
> I develop on OS X, and use the Console app to view the orbeon.log.
> Having an easy access to the latest messages in the log is essential
> when developing in Orbeon Forms, and the Console app does a pretty
> good job at it. On UNIX, a tail -f in a terminal works just as well.
> But what about Windows? What log viewer are you using on Windows?
>
> Alex
>    



--
You receive this message as a subscriber of the [hidden email] mailing list.
To unsubscribe: mailto:[hidden email]
For general help: mailto:[hidden email]?subject=help
OW2 mailing lists service home page: http://www.ow2.org/wws
Reply | Threaded
Open this post in threaded view
|

Re: What log viewer are you using on Windows?

fl.schmitt(ops-users)
In reply to this post by Alessandro Vernet
Hi,

Alessandro Vernet wrote
I develop on OS X, and use the Console app to view the orbeon.log.
Having an easy access to the latest messages in the log is essential
when developing in Orbeon Forms, and the Console app does a pretty
good job at it. On UNIX, a tail -f in a terminal works just as well.
But what about Windows? What log viewer are you using on Windows?
i found the chainsaw tool quite useful:
http://logging.apache.org/chainsaw/index.html

it lets you toggle accepting new logging messages on or off, so you don't have to change the terminal window or to quit tail to examine a stacktrace in detail - in addition (IIRC), it displays xml data with line breaks and so on (useful when inspecting XPL debug output).

Florian