numerical-collection-cpp 0.10.0
A collection of algorithms in numerical analysis implemented in C++
Loading...
Searching...
No Matches
log_formatter_base.h File Reference

Definition of log_formatter_base class. More...

#include <string_view>
#include <fmt/format.h>
#include "num_collect/logging/log_level.h"
#include "num_collect/logging/time_stamp.h"
#include "num_collect/util/source_info_view.h"
+ Include dependency graph for log_formatter_base.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  num_collect::logging::formatters::log_formatter_base
 Base class of classes to format logs. More...
 

Namespaces

namespace  num_collect
 Namespace of num_collect source codes.
 
namespace  num_collect::logging
 Namespace of logging.
 
namespace  num_collect::logging::formatters
 Namespace of formatters of logs.
 

Detailed Description

Definition of log_formatter_base class.

Definition in file log_formatter_base.h.