summaryrefslogtreecommitdiffstats
path: root/library/cpp/logger/ya.make
diff options
context:
space:
mode:
authorAnton Samokhvalov <[email protected]>2022-02-10 16:45:17 +0300
committerDaniil Cherednik <[email protected]>2022-02-10 16:45:17 +0300
commitd3a398281c6fd1d3672036cb2d63f842d2cb28c5 (patch)
treedd4bd3ca0f36b817e96812825ffaf10d645803f2 /library/cpp/logger/ya.make
parent72cb13b4aff9bc9cf22e49251bc8fd143f82538f (diff)
Restoring authorship annotation for Anton Samokhvalov <[email protected]>. Commit 2 of 2.
Diffstat (limited to 'library/cpp/logger/ya.make')
-rw-r--r--library/cpp/logger/ya.make14
1 files changed, 7 insertions, 7 deletions
diff --git a/library/cpp/logger/ya.make b/library/cpp/logger/ya.make
index af93cf74127..00a5263cba7 100644
--- a/library/cpp/logger/ya.make
+++ b/library/cpp/logger/ya.make
@@ -4,7 +4,7 @@ OWNER(
g:util
g:base
)
-
+
LIBRARY()
GENERATE_ENUM_SERIALIZATION(priority.h)
@@ -13,7 +13,7 @@ PEERDIR (
library/cpp/json
)
-SRCS(
+SRCS(
all.h
backend.cpp
backend_creator.cpp
@@ -24,14 +24,14 @@ SRCS(
GLOBAL file_creator.cpp
filter.cpp
filter_creator.cpp
- log.cpp
+ log.cpp
null.cpp
GLOBAL null_creator.cpp
priority.h
record.h
rotating_file.cpp
GLOBAL rotating_file_creator.cpp
- stream.cpp
+ stream.cpp
GLOBAL stream_creator.cpp
sync_page_cache_file.cpp
GLOBAL sync_page_cache_file_creator.cpp
@@ -40,8 +40,8 @@ SRCS(
thread.cpp
thread_creator.cpp
GLOBAL uninitialized_creator.cpp
-)
-
-END()
+)
+
+END()
RECURSE_FOR_TESTS(ut)