mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-27 02:53:10 +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:
@@ -62,13 +62,13 @@ public:
|
||||
void registerFormatterClass(const std::string& className, FormatterFactory* pFactory);
|
||||
/// Registers a formatter class with the LoggingFactory.
|
||||
|
||||
Channel* createChannel(const std::string& className) const;
|
||||
Channel::Ptr createChannel(const std::string& className) const;
|
||||
/// Creates a new Channel instance from specified class.
|
||||
///
|
||||
/// Throws a NotFoundException if the specified channel class
|
||||
/// has not been registered.
|
||||
|
||||
Formatter* createFormatter(const std::string& className) const;
|
||||
Formatter::Ptr createFormatter(const std::string& className) const;
|
||||
/// Creates a new Formatter instance from specified class.
|
||||
///
|
||||
/// Throws a NotFoundException if the specified formatter class
|
||||
|
||||
Reference in New Issue
Block a user