ZCLibLog
载入中...
搜索中...
未找到
basic_formatter.hpp
浏览该文件的文档.
1// Copyright 2026 CZF-H
2// Licensed under the Apache License, Version 2.0
3
4//
5// Created by wanjiangzhi on 2026/4/10.
6//
7
8#ifndef ZCLIBLOG_BASIC_FORMATTER_HPP
9#define ZCLIBLOG_BASIC_FORMATTER_HPP
10
11// file_wrapper
13
14namespace ZCLibLog {
19 namespace formatters {}
20}
21
26#define ZCLibLog_Format_API(id) typedef id Format_API;
27
28#endif //ZCLIBLOG_BASIC_FORMATTER_HPP
ZCLibLog的命名空间
Definition android_log.hpp:16