First of all, I must say that I'm a POCO Libraries lover, I've been using it for logging, multithreading and and XML parsing... but now I need go a little forward... That's the point, I want run a tipical Win32 application (in native C++ and withot MFC) that has appended another window (a console window), and I want log messages to the secondary console window. I create a Logger object and a ConsoleChannel, but I don't have any idea of how to stablish a connection between console window and the ConsoleChannel (and nothing is written on that window).
If(any_person->Knows_How)
{
Please_Help_Me();
}
Thanks





