mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-29 20:59:45 +01:00
SQLite multiple statement handling
This commit is contained in:
@@ -131,7 +131,6 @@ void SQLChannel::logAsync(const Message& msg)
|
||||
|
||||
void SQLChannel::logSync(const Message& msg)
|
||||
{
|
||||
//if (isArchiving()) archive();
|
||||
if (_pArchiveStrategy) _pArchiveStrategy->archive();
|
||||
|
||||
_source = msg.getSource();
|
||||
@@ -289,7 +288,8 @@ void SQLChannel::initLogStatement()
|
||||
|
||||
void SQLChannel::registerChannel()
|
||||
{
|
||||
Poco::LoggingFactory::defaultFactory().registerChannelClass("SQLChannel", new Poco::Instantiator<SQLChannel, Poco::Channel>);
|
||||
Poco::LoggingFactory::defaultFactory().registerChannelClass("SQLChannel",
|
||||
new Poco::Instantiator<SQLChannel, Poco::Channel>);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user