![]()  | 
  
    LogIt++
    
   | 
 
Configuration for the log formatter. More...
#include <SimpleLogFormatter.hpp>
Public Attributes | |
| std::string | pattern = "[%Y-%m-%d %H:%M:%S.%e] [%ffn:%#] [%!] [thread:%t] [%l] %^%v%$" | 
| Default log format string.   | |
| bool | json_format = false | 
| Flag to enable JSON formatting.   | |
Configuration for the log formatter.
Definition at line 24 of file SimpleLogFormatter.hpp.
| bool logit::SimpleLogFormatter::Config::json_format = false | 
Flag to enable JSON formatting.
Definition at line 26 of file SimpleLogFormatter.hpp.
| std::string logit::SimpleLogFormatter::Config::pattern = "[%Y-%m-%d %H:%M:%S.%e] [%ffn:%#] [%!] [thread:%t] [%l] %^%v%$" | 
Default log format string.
Definition at line 25 of file SimpleLogFormatter.hpp.