ClickHouse/base/loggers/ya.make
2020-04-16 15:31:57 +03:00

16 lines
188 B
Makefile

LIBRARY()
PEERDIR(
clickhouse/src/Common
)
SRCS(
ExtendedLogChannel.cpp
Loggers.cpp
OwnFormattingChannel.cpp
OwnPatternFormatter.cpp
OwnSplitChannel.cpp
)
END()