mirror of https://github.com/ByConity/ByConity
Update Loggers.h
This commit is contained in:
parent
70c7926acf
commit
766dcc98ae
|
@ -3,12 +3,16 @@
|
|||
#include <Poco/AutoPtr.h>
|
||||
#include <Poco/FileChannel.h>
|
||||
#include <Poco/Util/Application.h>
|
||||
#include <Common/SensitiveDataMasker.h>
|
||||
#include "OwnFormattingChannel.h"
|
||||
|
||||
namespace Poco::Util
|
||||
{
|
||||
class AbstractConfiguration;
|
||||
class AbstractConfiguration;
|
||||
}
|
||||
|
||||
namespace DB
|
||||
{
|
||||
class SensitiveDataMasker;
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue