From: Alex Hedin Date: 2007-03-16T02:21:29+09:00 Subject: Re: A little advice on writing a logWriter Thanks Vlad, I will take a look at it right now. > > Hello everyone, > > > > I'm new to Ruby and not so experienced programmer in overall but i > > manage to do "ok". Now I started to program a bit in Ruby and wanted > > to write a logWriter program but the problem is that Ruby doesnt have > > I/O Stream functions like java and C++. > > Instead it has a quite capable File class. > > > I have never written a simple log writer before either, this will be > > challenging. Is there any advice on how to proceed you could give a > > fellow rookie ruby lover? :) > > Take a look at log4r (http://log4r.sourceforge.net). It aims to > resemble log4j/log4cpp as much as possible. > > > > > > > Cheers, > > > > RubyNub > > > > > > > -- > If it's there, and you can see it, it's real. > If it's not there, and you can see it, it's virtual. > If it's there, and you can't see it, it's transparent. > If it's not there, and you can't see it, you erased it. > >