logging: convert assert() checks to FOLLY_SAFE_DCHECK()
[folly.git] / folly / experimental / logging / test / AsyncFileWriterTest.cpp
2017-11-28 Adam Simpkinslogging: convert assert() checks to FOLLY_SAFE_DCHECK()
2017-10-24 Christopher DykesConsistently have the namespace closing comment
2017-07-17 Christopher DykesEnable a couple of AsyncFileWriter tests on Windows
2017-06-23 Christopher DykesFix AsyncFileWriterTest due to long being 32-bit on...
2017-06-23 Christopher DykesSwitch the logging tests from .native() to .string()
2017-06-22 Adam Simpkinslogging: improve the AsyncFileWriter flush test()
2017-06-21 Adam Simpkinslogging: improve the AsyncFileWriterTest discard test
2017-06-20 Adam Simpkinslogging: add a LogHandler::flush() call
2017-06-20 Adam Simpkinslogging: add a NEVER_DISCARD flag to LogWriter
2017-06-15 Adam Simpkinslogging: add AsyncFileWriter