Update ansicolor_sink.h

This commit is contained in:
Gabi Melman 2017-05-21 03:08:03 +03:00 committed by GitHub
parent 87f5a60b90
commit e215758b42
1 changed files with 3 additions and 2 deletions

View File

@ -18,8 +18,9 @@ namespace sinks
{
/**
* @brief The ansi_color_sink prefixes the output with an ANSI escape sequence color code depending on the severity
* of the message.
* This sink prefixes the output with an ANSI escape sequence color code depending on the severity
* of the message.
* If no color terminal detected, omit the escape codes.
*/
template <class Mutex>
class ansicolor_sink SPDLOG_FINAL: public base_sink<Mutex>