logging: split FileHandlerFactory into two classes
[folly.git] / folly / experimental / logging / Makefile.am
index 4edca2ace03d98023657b020d6fe58e0d13edfd5..e22576faddd128419ab64e2d4162f6ff49151827 100644 (file)
@@ -5,6 +5,7 @@ lib_LTLIBRARIES = libfollylogging.la
 libfollylogging_la_SOURCES = \
        AsyncFileWriter.cpp \
        FileHandlerFactory.cpp \
+       FileWriterFactory.cpp \
        GlogStyleFormatter.cpp \
        ImmediateFileWriter.cpp \
        Init.cpp \
@@ -24,6 +25,7 @@ libfollylogging_la_SOURCES = \
        RateLimiter.cpp \
        StandardLogHandler.cpp \
        StandardLogHandlerFactory.cpp \
+       StreamHandlerFactory.cpp \
        xlog.cpp
 
 libfollylogging_la_LIBADD = $(top_builddir)/libfolly.la