Agora  1.2.0
Agora project
example.cpp File Reference
#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"
Include dependency graph for example.cpp:

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 *[])
 

Function Documentation

◆ async_example()

void async_example ( )
Here is the caller graph for this function:

◆ basic_example()

void basic_example ( )
Here is the call graph for this function:
Here is the caller graph for this function:

◆ binary_example()

void binary_example ( )
Here is the call graph for this function:
Here is the caller graph for this function:

◆ custom_flags_example()

void custom_flags_example ( )
Here is the call graph for this function:
Here is the caller graph for this function:

◆ daily_example()

void daily_example ( )
Here is the call graph for this function:
Here is the caller graph for this function:

◆ err_handler_example()

void err_handler_example ( )
Here is the call graph for this function:
Here is the caller graph for this function:

◆ file_events_example()

void file_events_example ( )
Here is the call graph for this function:
Here is the caller graph for this function:

◆ load_levels_example()

void load_levels_example ( )
Here is the call graph for this function:
Here is the caller graph for this function:

◆ main()

int main ( int  ,
char *  [] 
)
Here is the call graph for this function:

◆ multi_sink_example()

void multi_sink_example ( )
Here is the call graph for this function:
Here is the caller graph for this function:

◆ replace_default_logger_example()

void replace_default_logger_example ( )
Here is the call graph for this function:
Here is the caller graph for this function:

◆ rotating_example()

void rotating_example ( )
Here is the call graph for this function:
Here is the caller graph for this function:

◆ stdout_logger_example()

void stdout_logger_example ( )
Here is the call graph for this function:
Here is the caller graph for this function:

◆ stopwatch_example()

void stopwatch_example ( )
Here is the call graph for this function:
Here is the caller graph for this function:

◆ syslog_example()

void syslog_example ( )
Here is the call graph for this function:

◆ trace_example()

void trace_example ( )
Here is the call graph for this function:
Here is the caller graph for this function:

◆ udp_example()

void udp_example ( )
Here is the call graph for this function:
Here is the caller graph for this function:

◆ user_defined_example()

void user_defined_example ( )
Here is the call graph for this function:
Here is the caller graph for this function:

◆ vector_example()

void vector_example ( )
Here is the call graph for this function:
Here is the caller graph for this function: