Hi, I'm building a Windows service with POE (using POE::Component::Daemon::Win32). In a service I have no access to STDOUT/STDERR. The only output I have is my log file (Log::Dispatch::File).
How can I use POE's debugging features without access to STDOUT/STDERR? I would like to find why a event does not seem to be dispatched. Is it possible to get a POE state image (sessions, and list of events in the queue of each session) as a string? Olivier. http://search.cpan.org/~dolmen/