mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-26 18:42:41 +01:00
merge some changes from develop branch; modernize and clean-up code; remove support for compiling without POCO_WIN32_UTF8
This commit is contained in:
@@ -33,6 +33,8 @@ class Foundation_API EventChannel: public Channel
|
||||
/// the logging framework.
|
||||
{
|
||||
public:
|
||||
using Ptr = AutoPtr<EventChannel>;
|
||||
|
||||
Poco::BasicEvent<const Message> messageLogged;
|
||||
/// Fired when a message is logged by calling the log() method.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user