xCore-SDK  0.4.1
xCore SDK C# API
rokae::clr::LogInfo类 参考

控制器日志信息 更多...

#include <data_types_cli.hpp>

Public 类型

enum class  Level { info , warning , error }
 日志等级 更多...
 

Public 成员函数

 LogInfo (int _id, String^ ts, String^ ct, String^ r)
 

Public 属性

const int id
 日志ID号 更多...
 
String timestamp
 日期及时间 更多...
 
String content
 日志内容 更多...
 
String repair
 修复办法 更多...
 

详细描述

控制器日志信息

在文件 data_types_cli.hpp459 行定义.

成员枚举类型说明

◆ Level

enum class rokae::clr::LogInfo::Level
strong

日志等级

枚举值
info 

通知

warning 

警告

error 

错误

在文件 data_types_cli.hpp462 行定义.

构造及析构函数说明

◆ LogInfo()

rokae::clr::LogInfo::LogInfo ( int  _id,
String^  ts,
String^  ct,
String^  r 
)
inline

在文件 data_types_cli.hpp470 行定义.

类成员变量说明

◆ content

String rokae::clr::LogInfo::content

日志内容

在文件 data_types_cli.hpp477 行定义.

◆ id

const int rokae::clr::LogInfo::id

日志ID号

在文件 data_types_cli.hpp473 行定义.

◆ repair

String rokae::clr::LogInfo::repair

修复办法

在文件 data_types_cli.hpp479 行定义.

◆ timestamp

String rokae::clr::LogInfo::timestamp

日期及时间

在文件 data_types_cli.hpp475 行定义.


该类的文档由以下文件生成: