Sha256: 2593bdc5060576fd15c6e83d173b6205c19a3a36e60dc73686c62362e72d4686

Contents?: true

Size: 633 Bytes

Versions: 16

Compression:

Stored size: 633 Bytes

Contents

#pragma once

#include "catch.hpp"
#include "utils.h"
#include <chrono>
#include <cstdio>
#include <exception>
#include <fstream>
#include <iostream>
#include <ostream>
#include <sstream>
#include <string>
#include <iomanip>
#include <stdlib.h>

#define SPDLOG_ACTIVE_LEVEL SPDLOG_LEVEL_DEBUG

#include "spdlog/spdlog.h"
#include "spdlog/async.h"
#include "spdlog/sinks/basic_file_sink.h"
#include "spdlog/sinks/daily_file_sink.h"
#include "spdlog/sinks/null_sink.h"
#include "spdlog/sinks/ostream_sink.h"
#include "spdlog/sinks/rotating_file_sink.h"
#include "spdlog/sinks/stdout_color_sinks.h"
#include "spdlog/pattern_formatter.h"

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
couchbase-3.0.0.alpha.4-x86_64-linux ext/third_party/spdlog/tests/includes.h
couchbase-3.0.0.alpha.4-x86_64-darwin-19 ext/third_party/spdlog/tests/includes.h
couchbase-3.0.0.alpha.4-universal-darwin-19 ext/third_party/spdlog/tests/includes.h
couchbase-3.0.0.alpha.4 ext/third_party/spdlog/tests/includes.h
couchbase-3.0.0.alpha.3-x86_64-linux ext/third_party/spdlog/tests/includes.h
couchbase-3.0.0.alpha.3-x86_64-darwin-19 ext/third_party/spdlog/tests/includes.h
couchbase-3.0.0.alpha.3-universal-darwin-19 ext/third_party/spdlog/tests/includes.h
couchbase-3.0.0.alpha.3 ext/third_party/spdlog/tests/includes.h
couchbase-3.0.0.alpha.2-x86_64-linux ext/third_party/spdlog/tests/includes.h
couchbase-3.0.0.alpha.2-x86_64-darwin-19 ext/third_party/spdlog/tests/includes.h
couchbase-3.0.0.alpha.2-universal-darwin-19 ext/third_party/spdlog/tests/includes.h
couchbase-3.0.0.alpha.2 ext/third_party/spdlog/tests/includes.h
couchbase-3.0.0.alpha.1-x86_64-linux ext/third_party/spdlog/tests/includes.h
couchbase-3.0.0.alpha.1-x86_64-darwin-19 ext/third_party/spdlog/tests/includes.h
couchbase-3.0.0.alpha.1-universal-darwin-19 ext/third_party/spdlog/tests/includes.h
couchbase-3.0.0.alpha.1 ext/third_party/spdlog/tests/includes.h