|
spdlog
|
Definition at line 101 of file ansicolor_sink.h.
#include <ansicolor_sink.h>
Public Types | |
| using | mutex_t = typename ConsoleMutex::mutex_t |
Public Member Functions | |
| ansicolor_stderr_sink (color_mode mode=color_mode::automatic) | |
| void | set_color (level::level_enum color_level, string_view_t color) |
| void | set_color_mode (color_mode mode) |
| bool | should_color () |
| void | log (const details::log_msg &msg) override |
| void | flush () override |
| void | set_pattern (const std::string &pattern) final |
| void | set_formatter (std::unique_ptr< spdlog::formatter > sink_formatter) override |
| void | set_level (level::level_enum log_level) |
| level::level_enum | level () const |
| bool | should_log (level::level_enum msg_level) const |
Public Attributes | |
| const string_view_t | reset = "\033[m" |
| const string_view_t | bold = "\033[1m" |
| const string_view_t | dark = "\033[2m" |
| const string_view_t | underline = "\033[4m" |
| const string_view_t | blink = "\033[5m" |
| const string_view_t | reverse = "\033[7m" |
| const string_view_t | concealed = "\033[8m" |
| const string_view_t | clear_line = "\033[K" |
| const string_view_t | black = "\033[30m" |
| const string_view_t | red = "\033[31m" |
| const string_view_t | green = "\033[32m" |
| const string_view_t | yellow = "\033[33m" |
| const string_view_t | blue = "\033[34m" |
| const string_view_t | magenta = "\033[35m" |
| const string_view_t | cyan = "\033[36m" |
| const string_view_t | white = "\033[37m" |
| const string_view_t | on_black = "\033[40m" |
| Background colors. | |
| const string_view_t | on_red = "\033[41m" |
| const string_view_t | on_green = "\033[42m" |
| const string_view_t | on_yellow = "\033[43m" |
| const string_view_t | on_blue = "\033[44m" |
| const string_view_t | on_magenta = "\033[45m" |
| const string_view_t | on_cyan = "\033[46m" |
| const string_view_t | on_white = "\033[47m" |
| const string_view_t | yellow_bold = "\033[33m\033[1m" |
| Bold colors. | |
| const string_view_t | red_bold = "\033[31m\033[1m" |
| const string_view_t | bold_on_red = "\033[1m\033[41m" |
Protected Attributes | |
| level_t | level_ {level::trace} |
Private Member Functions | |
| void | print_ccode_ (const string_view_t &color_code) |
| void | print_range_ (const memory_buf_t &formatted, size_t start, size_t end) |
Static Private Member Functions | |
| static std::string | to_string_ (const string_view_t &sv) |
Private Attributes | |
| FILE * | target_file_ |
| mutex_t & | mutex_ |
| bool | should_do_colors_ |
| std::unique_ptr< spdlog::formatter > | formatter_ |
| std::array< std::string, level::n_levels > | colors_ |
|
inherited |
Definition at line 28 of file ansicolor_sink.h.
|
explicit |
Definition at line 140 of file ansicolor_sink-inl.h.
|
overridevirtualinherited |
Implements spdlog::sinks::sink.
Definition at line 69 of file ansicolor_sink-inl.h.
|
inherited |
Definition at line 22 of file sink-inl.h.
|
overridevirtualinherited |
Implements spdlog::sinks::sink.
Definition at line 41 of file ansicolor_sink-inl.h.
|
privateinherited |
Definition at line 115 of file ansicolor_sink-inl.h.
|
privateinherited |
Definition at line 121 of file ansicolor_sink-inl.h.
|
inherited |
Definition at line 34 of file ansicolor_sink-inl.h.
|
inherited |
Definition at line 96 of file ansicolor_sink-inl.h.
|
overridevirtualinherited |
Implements spdlog::sinks::sink.
Definition at line 83 of file ansicolor_sink-inl.h.
|
inherited |
Definition at line 17 of file sink-inl.h.
|
finalvirtualinherited |
Implements spdlog::sinks::sink.
Definition at line 76 of file ansicolor_sink-inl.h.
|
inherited |
Definition at line 90 of file ansicolor_sink-inl.h.
|
inherited |
Definition at line 12 of file sink-inl.h.
|
staticprivateinherited |
Definition at line 127 of file ansicolor_sink-inl.h.
|
inherited |
Definition at line 58 of file ansicolor_sink.h.
|
inherited |
Definition at line 52 of file ansicolor_sink.h.
|
inherited |
Definition at line 62 of file ansicolor_sink.h.
|
inherited |
Definition at line 49 of file ansicolor_sink.h.
|
inherited |
Definition at line 80 of file ansicolor_sink.h.
|
inherited |
Definition at line 55 of file ansicolor_sink.h.
|
privateinherited |
Definition at line 87 of file ansicolor_sink.h.
|
inherited |
Definition at line 54 of file ansicolor_sink.h.
|
inherited |
Definition at line 64 of file ansicolor_sink.h.
|
inherited |
Definition at line 50 of file ansicolor_sink.h.
|
privateinherited |
Definition at line 86 of file ansicolor_sink.h.
|
inherited |
Definition at line 60 of file ansicolor_sink.h.
|
protectedinherited |
|
inherited |
Definition at line 63 of file ansicolor_sink.h.
|
privateinherited |
Definition at line 84 of file ansicolor_sink.h.
|
inherited |
Background colors.
Definition at line 68 of file ansicolor_sink.h.
|
inherited |
Definition at line 72 of file ansicolor_sink.h.
|
inherited |
Definition at line 74 of file ansicolor_sink.h.
|
inherited |
Definition at line 70 of file ansicolor_sink.h.
|
inherited |
Definition at line 73 of file ansicolor_sink.h.
|
inherited |
Definition at line 69 of file ansicolor_sink.h.
|
inherited |
Definition at line 75 of file ansicolor_sink.h.
|
inherited |
Definition at line 71 of file ansicolor_sink.h.
|
inherited |
Definition at line 59 of file ansicolor_sink.h.
|
inherited |
Definition at line 79 of file ansicolor_sink.h.
|
inherited |
Definition at line 48 of file ansicolor_sink.h.
|
inherited |
Definition at line 53 of file ansicolor_sink.h.
|
privateinherited |
Definition at line 85 of file ansicolor_sink.h.
|
privateinherited |
Definition at line 83 of file ansicolor_sink.h.
|
inherited |
Definition at line 51 of file ansicolor_sink.h.
|
inherited |
Definition at line 65 of file ansicolor_sink.h.
|
inherited |
Definition at line 61 of file ansicolor_sink.h.
|
inherited |
Bold colors.
Definition at line 78 of file ansicolor_sink.h.