ngl_server 1.0
基于 Actor 模型的 C++ 服务器框架
tools_core.cpp File Reference

实现核心工具函数(随机数、UUID生成等) More...

#include "actor/protocol/nprotocol.h"
#include "tools/log/nlog.h"
#include "tools_core.h"

Namespaces

namespace  ngl::tools
 工具函数命名空间。

Functions

void ngl::tools::log_lex_err (const char *atotype, const char *afromtype, const char *aerror, const std::source_location &asource)
 记录lexical_cast类型转换失败的错误日志

Detailed Description

实现核心工具函数(随机数、UUID生成等)

提供lexical_cast失败时的错误日志记录功能 用于类型转换失败时的统一错误处理

Note
这是底层工具模块,被其他工具函数依赖