VCCC  2024.05
VisualCamp Common C++ library
tag.h
Go to the documentation of this file.
1 # /*
2 # Created by YongGyu Lee on 2021/04/05.
3 # */
4 #
5 # ifndef VCCC_LOG_DETAIL_TAG_H_
6 # define VCCC_LOG_DETAIL_TAG_H_
7 #
8 # define VCCC_LOG_TAG_DEBUG "SeeSo Debug | "
9 # define VCCC_LOG_TAG_INFO "SeeSo Info | "
10 # define VCCC_LOG_TAG_WARN "SeeSo Warn | "
11 # define VCCC_LOG_TAG_ERROR "SeeSo Error | "
12 #
13 # endif //VCCC_LOG_DETAIL_TAG_H_