Agora
1.2.0
Agora project
|
#include <cstdio>
#include <chrono>
#include "spdlog/spdlog.h"
#include "spdlog/cfg/env.h"
#include "spdlog/fmt/ostr.h"
#include "spdlog/sinks/stdout_color_sinks.h"
#include "spdlog/sinks/basic_file_sink.h"
#include "spdlog/sinks/rotating_file_sink.h"
#include "spdlog/sinks/daily_file_sink.h"
#include "spdlog/async.h"
#include "spdlog/fmt/bin_to_hex.h"
#include "spdlog/fmt/ranges.h"
#include "spdlog/stopwatch.h"
#include <thread>
#include "spdlog/sinks/udp_sink.h"
#include "spdlog/sinks/syslog_sink.h"
#include "spdlog/pattern_formatter.h"
Classes | |
struct | my_type |
struct | fmt_lib::formatter< my_type > |
class | my_formatter_flag |
Functions | |
void | load_levels_example () |
void | stdout_logger_example () |
void | basic_example () |
void | rotating_example () |
void | daily_example () |
void | async_example () |
void | binary_example () |
void | vector_example () |
void | stopwatch_example () |
void | trace_example () |
void | multi_sink_example () |
void | user_defined_example () |
void | err_handler_example () |
void | syslog_example () |
void | udp_example () |
void | custom_flags_example () |
void | file_events_example () |
void | replace_default_logger_example () |
int | main (int, char *[]) |
void async_example | ( | ) |
void basic_example | ( | ) |
void binary_example | ( | ) |
void custom_flags_example | ( | ) |
void daily_example | ( | ) |
void err_handler_example | ( | ) |
void file_events_example | ( | ) |
void load_levels_example | ( | ) |
int main | ( | int | , |
char * | [] | ||
) |
void multi_sink_example | ( | ) |
void replace_default_logger_example | ( | ) |
void rotating_example | ( | ) |
void stdout_logger_example | ( | ) |
void stopwatch_example | ( | ) |
void syslog_example | ( | ) |
void trace_example | ( | ) |
void udp_example | ( | ) |
void user_defined_example | ( | ) |
void vector_example | ( | ) |