WebCFace 3.1.1
Web-based Communication Framework & Dashboard-like UI
Loading...
Searching...
No Matches
log.h File Reference
#include <functional>
#include <optional>
#include <vector>
#include <chrono>
#include <ostream>
#include <string>
#include "field.h"
#include "webcface-config.h"
Include dependency graph for log.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  LogLineData
 
class  LogLine
 
class  LogLineW
 
class  Log
 ログの送受信データを表すクラス More...
 

Namespaces

namespace  webcface
 
namespace  webcface::message
 

Typedefs

using level = LogLevel
 

Enumerations

enum class  LogLevel : int {
  trace = 0 , debug = 1 , info = 2 , warn = 3 ,
  warning = 3 , error = 4 , critical = 5
}
 ログレベルを表すenum More...
 

Functions

std::ostream & operator<< (std::ostream &os, LogLevel level)