WebCFace 2.5.2
Web-based Communication Framework & Dashboard-like UI
Loading...
Searching...
No Matches
log.h File Reference
#include <functional>
#include <optional>
#include <vector>
#include <chrono>
#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
 
namespace  webcface::level
 

Enumerations

enum  LogLevelEnum {
  trace = 0 , debug = 1 , info = 2 , warn = 3 ,
  warning = 3 , error = 4 , critical = 5
}