summaryrefslogtreecommitdiff
path: root/logging
AgeCommit message (Expand)Author
2021-03-15Use SystemClock* instead of std::shared_ptr<SystemClock> in lower level routi...mrambacher
2021-01-25Add a SystemClock class to capture the time functions of an Env (#7858)mrambacher
2020-12-23No elide constructors (#7798)mrambacher
2020-10-28Remove unused includes (#7604)Yanqin Jin
2020-09-16Add more tests to ASSERT_STATUS_CHECKED (#7367)mrambacher
2020-08-20Add EnvTestWithParam::OptionsTest to the ASSERT_STATUS_CHECKED passes (#7283)mrambacher
2020-04-08Fix info log source file display length (#5824)Yi Wu
2020-02-20Replace namespace name "rocksdb" with ROCKSDB_NAMESPACE (#6433)sdong
2020-02-10Pass info_log_level to the inner logger of AutoRollLogger (#6388)Yanqin Jin
2020-01-06Increase max_log_size in FlushJob to 1024 bytes (#6258)Maysam Yabandeh
2019-12-13Introduce a new storage specific Env API (#5761)anand76
2019-09-20Apply formatter to recent 200+ commits. (#5830)sdong
2019-09-16Divide file_reader_writer.h and .cc (#5803)sdong
2019-07-24Auto Roll Logger to add some extra checking to avoid segfault. (#5623)sdong
2019-07-24Fix regression bug of Auto rolling logger when handling failures (#5622)sdong
2019-07-09Implemented a file logger that uses WritableFileWriter (#5491)ggaurav28
2019-06-06simplify include directive involving inttypes (#5402)Zhongyi Xie
2019-05-31Move some logging related files to logging/ (#5387)Siying Dong