merge some changes from develop branch; modernize and clean-up code; remove support for compiling without POCO_WIN32_UTF8

This commit is contained in:
Günter Obiltschnig
2020-01-09 10:08:09 +01:00
parent 7c177b6f89
commit 1bf40a0cd2
389 changed files with 3029 additions and 4111 deletions

View File

@@ -73,11 +73,13 @@ class Foundation_API SimpleFileChannel: public Channel
// or whether it's allowed to stay in the system's file buffer for some time.
/// Valid values are:
///
/// * true: Every essages is immediately flushed to the log file (default).
/// * true: Every message is immediately flushed to the log file (default).
/// * false: Messages are not immediately flushed to the log file.
///
{
public:
using Ptr = AutoPtr<SimpleFileChannel>;
SimpleFileChannel();
/// Creates the FileChannel.