ZCLibLog
载入中...
搜索中...
未找到
logger_precompile.hpp
浏览该文件的文档.
1// Copyright 2026 CZF-H
2// Licensed under the Apache License, Version 2.0
3
4//
5// Created by wanjiangzhi on 2026/4/5.
6//
7
8#ifndef ZCLIBLOG_LOGGER_PRECOMPILE_HPP
9#define ZCLIBLOG_LOGGER_PRECOMPILE_HPP
10
11#include "logger_macros.h"
12
13#if ZCLibLog_CPP < 11
14 #error "ZCLibLog need CPP Standard is less than 11"
15#endif
16
21namespace ZCLibLog {}
22
23#endif //ZCLIBLOG_LOGGER_PRECOMPILE_HPP
ZCLibLog的命名空间
Definition android_log.hpp:16