ngl_server 1.0
基于 Actor 模型的 C++ 服务器框架
ngl::elog_name Class Reference

日志级别名称工具类。 More...

#include <nlog.h>

Static Public Member Functions

static const char * get (ELOGLEVEL atype)
 获取日志级别的名称字符串。

Detailed Description

日志级别名称工具类。

提供日志级别到名称字符串的转换功能。

Member Function Documentation

◆ get()

const char * ngl::elog_name::get ( ELOGLEVEL atype)
static

获取日志级别的名称字符串。

获取日志级别的名称字符串

Parameters
atype日志级别枚举值
Returns
日志级别的名称字符串
Parameters
atype日志级别枚举值
Returns
级别名称字符串

The documentation for this class was generated from the following files: