The following entry:
CGI::
::MxScreeniScreen multi-plexer frameworkRAM
does not yet show under PAUSE/"Edit Module" within the selection
list.
Raphael
Hello
I'm thinking about creating a new widget to set a logging facility
based on a Tk::ROText and the Log::Dispatch object.
This new widget would be named Tk::LogDispatch and would inherit
the Log::Dispatch::Output class.
Each log passed to the widget would be displayed on the
text window in
On Mon, 7 Feb 2000, Nick Ing-Simmons wrote:
> Can you give an outline of what Log::Dispatch does?
I'll summarize since I'm the author.
Log::Dispatch has two parts. The first is the dispatch object, which
takes messages and levels (i.e. error, criticial, warning) and passes them
to all of its i
Dominique Dumont <[EMAIL PROTECTED]> writes:
>Hello
>
>I'm thinking about creating a new widget to set a logging facility
>based on a Tk::ROText and the Log::Dispatch object.
>
>This new widget would be named Tk::LogDispatch and would inherit
>the Log::Dispatch::Output class.
Can you give an outl
Autarch <[EMAIL PROTECTED]> writes:
>One other thing that would probably be worth knowing about Log::Dispatch
>is that it only works with perl 5.005 or greater (it uses pseudo-hashes
>and compile time object typing). This may or may not be relevant but
>since this is somewhat unusual for CPAN mod