ZCLibLog
载入中...
搜索中...
未找到
静态 Public 成员函数 | 所有成员列表
ZCLibLog::formatters::android_log结构体 参考

为"__android_log_write"设计的基于C语言"snprintf"的格式化接口 更多...

#include <android_log.hpp>

类 ZCLibLog::formatters::android_log 继承关系图:
Inheritance graph
ZCLibLog::formatters::android_log 的协作图:
Collaboration graph

静态 Public 成员函数

template<typename... Args>
static std::string do_format (FLogPack pack, const char *fmt, Args &&... args)
 

额外继承的成员函数

- Public 成员函数 继承自 ZCLibLog::format_apis::traditional
 ZCLibLog_Format_API (traditional)
 
- Protected 类型 继承自 ZCLibLog::format_api
using FLogPack = FLogPack
 简化写法
 
using FLString = FLString
 简化写法
 
using LogLevel = LogLevel
 简化写法
 

详细描述

为"__android_log_write"设计的基于C语言"snprintf"的格式化接口

注解
和android_log executor配套使用获得最佳体验
作者
TingIAAI

成员函数说明

◆ do_format()

template<typename... Args>
static std::string ZCLibLog::formatters::android_log::do_format ( FLogPack pack,
const char * fmt,
Args &&... args )
inlinestatic

该结构体的文档由以下文件生成: