Re: [Pharo-project] [ANN] Continue working in SimpleLogger

2010-10-21 Thread Mariano Martinez Peck
On Thu, Oct 21, 2010 at 3:22 AM, Yanni Chiu ya...@rogers.com wrote: On 20/10/10 9:36 AM, Mariano Martinez Peck wrote: What I did basically is to define SimpleLogger like the public API. But then, this class delegates to a LoggerStrategy. I created the following implementations:

[Pharo-project] [ANN] Continue working in SimpleLogger

2010-10-20 Thread Mariano Martinez Peck
Hi guys (German). Today I needed to add some real log to something I am developing and I found that SimpleLogger missed those functionalities I was needing. So...I implemented them. It is 3 hours effort, so don't expect too much. But I just wanted to shared with you in case you need it. What I

Re: [Pharo-project] [ANN] Continue working in SimpleLogger

2010-10-20 Thread Mariano Martinez Peck
On Thu, Oct 21, 2010 at 12:26 AM, Germán Arduino gardu...@gmail.com wrote: Thanks you very much Mariano! Sound very interesting. I only read the mail by now (not time, as usual) but as soon as I have a bit of free time, will try and make my comments. Of course, not problem in that you

Re: [Pharo-project] [ANN] Continue working in SimpleLogger

2010-10-20 Thread Yanni Chiu
On 20/10/10 9:36 AM, Mariano Martinez Peck wrote: What I did basically is to define SimpleLogger like the public API. But then, this class delegates to a LoggerStrategy. I created the following implementations: TranscriptLoggerStrategy, NullLoggerStrategy, FileLoggerStrategy and

Re: [Pharo-project] [ANN] Continue working in SimpleLogger

2010-10-20 Thread Stéphane Ducasse
why don;t you look look at toothpick? On Oct 21, 2010, at 3:23 AM, Yanni Chiu wrote: On 20/10/10 9:36 AM, Mariano Martinez Peck wrote: What I did basically is to define SimpleLogger like the public API. But then, this class delegates to a LoggerStrategy. I created the following