scclib
Stable Cloud Computing C++ Library
|
Tests for Thread safe logging. More...
#include <util/logger.h>
#include <gtest/gtest.h>
#include <cstring>
#include <iostream>
#include <fstream>
#include <sstream>
#include <thread>
#include <list>
#include <util/fs.h>
Go to the source code of this file.
Typedefs | |
using | fs = scc::util::Filesystem |
Functions | |
TEST (LoggerTestBasic, move_and_construct) | |
TEST_F (LoggerTest, id) | |
TEST_F (LoggerTest, timestamp) | |
TEST_F (LoggerTest, multiline) | |
TEST_F (LoggerTest, multithread_multi_loggers) | |
Tests for Thread safe logging.
Definition in file logger.cc.