|
spdlog
|
Go to the source code of this file.
#include <cstdio>#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/stopwatch.h"#include <thread>#include "spdlog/sinks/syslog_sink.h"#include "spdlog/pattern_formatter.h"Classes | |
| struct | 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 | stopwatch_example () |
| void | trace_example () |
| void | multi_sink_example () |
| void | user_defined_example () |
| void | err_handler_example () |
| void | syslog_example () |
| void | custom_flags_example () |
| int | main (int, char *[]) |
| void async_example | ( | ) |
Definition at line 143 of file example.cpp.
| void basic_example | ( | ) |
Definition at line 110 of file example.cpp.
| void binary_example | ( | ) |
Definition at line 167 of file example.cpp.
| void custom_flags_example | ( | ) |
Definition at line 287 of file example.cpp.
| void daily_example | ( | ) |
Definition at line 124 of file example.cpp.
| void err_handler_example | ( | ) |
Definition at line 241 of file example.cpp.
| void load_levels_example | ( | ) |
Definition at line 131 of file example.cpp.
Definition at line 28 of file example.cpp.
| void multi_sink_example | ( | ) |
Definition at line 209 of file example.cpp.
| void rotating_example | ( | ) |
Definition at line 117 of file example.cpp.
| void stdout_logger_example | ( | ) |
Definition at line 101 of file example.cpp.
| void stopwatch_example | ( | ) |
Definition at line 201 of file example.cpp.
| void syslog_example | ( | ) |
Definition at line 250 of file example.cpp.
| void trace_example | ( | ) |
Definition at line 186 of file example.cpp.
| void user_defined_example | ( | ) |
Definition at line 235 of file example.cpp.